Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
But I solve the Problem and hope that I can help somebody else...
The solution is simple..
go to /etc/cron.d/
type vi cacticron
add the line of the quote (you should edit the user "nobody" and the path to the cmd.php)
save and exit...
As said in documentation (http://www.raxnet.net/products/cacti/docs/INSTALL.htm, item 8 ), the syntax:
*/5 * * * * <username> /usr/bin/php /var/www/html/cacti/cmd.php > /dev/null 2>&1
applies to /etc/crontab ONLY.
If you login as Apache user (if it's possible) or "crontab -e -u apache" (edit crontab table for apache user) the syntax is almost the same as above, but WITHOUT <username>. The user's crontab ALREADY runs owned by the user itself.