So, everything is up and running but the graph doesn't display anything. So I have read through the documentation and feel confident that I have screwed something up in crontab.
My first question is which crontab should I alter: I have been root and done "crontab -e" and entered:
Code: Select all
*/5 * * * * [i]username[/i] blah blah...poller.php /dev/null 2>&1
I also did crontab -e as non-root.
Which crontab is it? Is it necessarily bad that I have my poller.php entry in each crontab?
Also, where I have username, should I use my Fedora account name or the cacti username specified in /include/config.php? Seems silly, but again I am new.
I am using php.cmd. Also my poller log is set to debug, but does not display anything.
I appreciate the help. I hope I have been detailed enough in my description.