I'm new to Linux and Cacti - however I have managed to get everything working apart from Thold - it is just not polling?? Can you help - below is my crontab entry.....
*/5 * * * * cactiuser /www/php/bin/php www/htdocs/cacti/poller.php > /dev/null 2>&1 && cactiuser /www/php/bin/php /www/htdocs/cacti/thold/check-thold.php > /dev/null 2>&1
I'm sure I have done something wrong... Below is my previous entry - which worked fine for Cacti.....
*/5 * * * * cactiuser /www/php/bin/php /www/htdocs/cacti/poller.php > /dev/null 2>&1
Thold not polling - possible typo.....
Moderators: Developers, Moderators
must be:
Code: Select all
*/5 * * * * cactiuser /www/php/bin/php www/htdocs/cacti/poller.php > /dev/null 2>&1 && /www/php/bin/php /www/htdocs/cacti/thold/check-thold.php > /dev/null 2>&1
Who is online
Users browsing this forum: No registered users and 1 guest