ok ... the problem is the php 5.3zorrosam wrote:Hi,zorrosam wrote:great plugin and really a good job my friend!trungtano wrote:Hi
I update this package: php-adodb-4.95-2.a.fc11.noarch
but nothing happen
Houston i have a problem ...
With the last version i'm not able to log any info in the syslog table.
The syslog.incoming is populated correctly ... but the script
/usr/bin/php -q /var/www/cacti/plugins/syslog/syslog_process.php
doesn't work anymore ... and tha data are not moved on the main table.
What can i do?
[root@patroclo syslog]# /usr/bin/php -q /var/www/cacti/plugins/syslog/syslog_process.php
PHP Deprecated: Function split() is deprecated in /var/www/cacti/plugins/syslog/syslog_process.php on line 70
08/10/2010 01:44:31 PM - SYSTEM SYSLOG STATS:Time:0.17 Deletes:0 Incoming:0 Removes:0 XFers:0 Alerts:0 Alarms:0 Reports:0
any help is appreciate!
//list($micro,$seconds) = split(" ", microtime());
list($micro,$seconds) = explode(" ", microtime());
i have changed this row ... and no more errors ... but ... when i execute the script the syslog tables is not populated!
why?!