| View previous topic :: View next topic |
| Author |
Message |
ibrahim New User
Joined: 05 Jun 2008 Posts: 6
|
Posted: Tue Jun 10, 2008 3:10 pm Post subject: monitor plugins |
|
|
i already installed monitor plugins on my linux box, but i can t see it in my cacti webpage.
any informations???
<?php
/*
+-------------------------------------------------------------------------+
| Copyright (C) 2004-2008 The Cacti Group |
| |
| This program is free software; you can redistribute it and/or |
| modify it under the terms of the GNU General Public License |
| as published by the Free Software Foundation; either version 2 |
| of the License, or (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
+-------------------------------------------------------------------------+
| Cacti: The Complete RRDTool-based Graphing Solution |
+-------------------------------------------------------------------------+
| This code is designed, written, and maintained by the Cacti Group. See |
| about.php and/or the AUTHORS file for specific developer information. |
+-------------------------------------------------------------------------+
| http://www.cacti.net/ |
+-------------------------------------------------------------------------+
*/
/* make sure these values refect your actual database/host/user/password */
$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";
$database_password = "password";
$database_port = "3306";
/* Default session name - Session name must contain alpha characters */
#$cacti_session_name = "Cacti";
this is my config.php only
is that normal
?>
thx
|
|
| Back to top |
|
 |
ibrahim New User
Joined: 05 Jun 2008 Posts: 6
|
Posted: Tue Jun 10, 2008 3:46 pm Post subject: |
|
|
I've just installed Plugin Arch. prepatched files-0.8.6f and Monitor-0.4 plugin following howto's intructions for installing them but the monitor tab isn't showing up so i can't see anything. All files are owned by cacti user and are all readable. �Can anybody gime some hints?
Thanks
|
|
| Back to top |
|
 |
mcutting New User
Joined: 26 Oct 2006 Posts: 60
|
Posted: Mon Jun 16, 2008 1:25 am Post subject: |
|
|
| You need to visit User Management, and place a tick in the "View Monitor" box. Until you do this, you won't see the Monitor tab.
|
|
| Back to top |
|
 |
jimmy Site Admin
Joined: 11 Nov 2004 Posts: 1495
|
|
| Back to top |
|
 |
|