aaron wrote:
i do change back the crontab for root,but cati still don't work,error is the same too.
I think the cacti cron is running under apache
do a crontab -u apache -l (as root)
Code:
crontab -u apache -l
*/5 * * * * php /var/www/html/poller.php > /dev/null 2>&1
*/1 * * * * php /var/www/html/plugins/monitor/fast_poller.php > /dev/null 2>&1
Then do a do a crontab -u apache -e (as root) to edit