Trying to get the graphics from localhost (FreeBSD 9.0).
Today, at last, got a file *.rra (/ cacti/rra/). But the graphics are "empty." Apparently, 1) not working crontab every 5 minutes and 2) may not be properly configured Data Sources, though there default settings.
My config:
/var/cron/tabs/cacti
Code: Select all
*/5 * * * * /usr/local/bin/php /usr/local/share/cacti/poller.php > /dev/null 2>&1
Code: Select all
08/22/2012 04:17:00 PM - POLLER: Poller[0] WARNING: Cron is out of sync with the Poller Interval! The Poller Interval is '300' seconds, with a maximum of a '300' second Cron, but 506 seconds have passed since the last poll!OK u:0.03 s:0.02 r:0.69OK u:0.03 s:0.02 r:0.82OK u:0.03 s:0.02 r:0.94OK u:0.03 s:0.02 r:1.04cat: /proc/meminfo: No such file or directoryOK u:0.04 s:0.02 r:1.18cat: /proc/meminfo: No such file or directoryOK u:0.04 s:0.03 r:1.3008/22/2012 04:17:02 PM - SYSTEM STATS: Time:1.6020 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:6 RRDsProcessed:6
Code: Select all
08/22/2012 04:17:00 PM - POLLER: Poller[0] WARNING: Cron is out of sync with the Poller Interval! The Poller Interval is '300' seconds, with a maximum of a '300' second Cron, but 506 seconds have passed since the last poll!08/22/2012 04:17:02 PM - CMDPHP: Poller[0] Host[1] DS[24] WARNING: Result from CMD not valid. Partial Result: 1min: 5min: 1008/22/2012 04:17:02 PM - CMDPHP: Poller[0] Host[1] DS[23] WARNING: Result from CMD not valid. Partial Result: U08/22/2012 04:17:02 PM - CMDPHP: Poller[0] Host[1] DS[22] WARNING: Result from CMD not valid. Partial Result: U08/22/2012 04:17:02 PM - SYSTEM STATS: Time:1.6020 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:6 RRDsProcessed:6Rights to the folder and log rra made 777. not help any way.