Hi, folks.

I posted this issue in the cacti mailing list, but maybe the Syslog mailing list should be the better place to post this:

------------------
Hi, friends.

After I've installed the syslog-ng plugin for cacti, there are much more files config.php than I'd like! See below:

------------------
/etc/syslog-ng/syslog/config.php
/usr/share/cacti/site/include/config.php
/var/www/cacti-0.8.1/include/config.php
/var/www/cacti-0.8.1/plugins/syslog/config.php
------------------

In the /var/www/cacti-0.8.1/include/config.php one, I've the lines as 
follows (which is responsible to connect to the cacti database, right?):

------------------
$database_type = "mysql";
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "admin";
$database_password = "xxxxxxxxx";
$database_port = "";
------------------

Even after I've made this below, I am still not able to see the Syslog tab in the Cacti web page:

mysqladmin --user=root -p create syslog 
mysql syslog --user=root -p  < syslog.sql 

Thanks in advance.
Att,

-- 

Wagner Pereira

PoP-SP/RNP - Ponto de Presença da RNP em São Paulo
CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo
http://www.pop-sp.rnp.br
Tel. (11) 3091-8901