First time Cacti user, running it on Fedora 6. The installation seems to be running properly; I worked out some minor issues. So far I have 3 nodes, and it seems as nothing is being collected because the graphs do not show any plotted data.
Looking at Cacti's log, I found this:
Code: Select all
09/25/2007 09:41:12 AM - CMDPHP: Poller[0] Host[3] DS[362] WARNING: Result from SNMP not valid. Partial Result: No Such Instance cur
09/25/2007 09:41:12 AM - CMDPHP: Poller[0] Host[3] DS[361] WARNING: Result from SNMP not valid. Partial Result: No Such Instance cur
This is what's running under root's crontab:
*/5 * * * * cactiuser /usr/bin/php /var/www/html/cacti/poller.php > /dev/null 2>&1
One question though, /var/www/html/cacti/ I manually created cacti folder and gave cactiuser read/write permissions to it, but the poller.php ... do I need to copy that file to that path?