| View previous topic :: View next topic |
| Author |
Message |
kamal New User
Joined: 19 Jul 2008 Posts: 2
|
Posted: Sat Jul 19, 2008 2:28 pm Post subject: how to install syslog plugin |
|
|
Hello everybody,
I am trying to install the syslog plugin but can't figure out how to make it work.
I run cacti 0.8.7b
I created the plugins directory, then the syslog directory and put all the files there. In the readme it says "Edit your includes/config.php and add it to your $plugins list". I actually don't know what to do here exactly.
My includes/config.php looks like this:
| Code: |
<?php
$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "#####";
$database_password = "#####";
$database_port = "3306";
/* Default session name - Session name must contain alpha characters */
#$cacti_session_name = "Cacti";
?>
|
|
|
| Back to top |
|
 |
dengi New User
Joined: 05 Aug 2008 Posts: 1
|
Posted: Wed Aug 13, 2008 12:50 am Post subject: |
|
|
| Edit cacti/plugins/syslog/config.php
|
|
| Back to top |
|
 |
|