Cacti/Cron Issues?

I've had Cacti installed on my server, and it doesn't seem to be working properly. It just stops logging at times. Here's the output of my cron (CPanel server), I can't imagine that my cron isn't working since it's obviously working at some times. "sar -q" is still logging everything properly for its use, and that's called by cron every 10 minutes (/usr/lib/sa/sa1).

*/5 * * * * php /usr/local/apache/htdocs/cacti/cmd.php > /dev/null 2>&1
12 3 * * * /scripts/upcp
2,58 * * * * /usr/local/bandmin/bandmin
0 0 * * * /usr/local/bandmin/ipaddrmap
*/10 * * * * /usr/lib/sa/sa1 &
*/10 * * * * /usr/mailscanner/bin/check_mailscanner > /dev/null 2<&1
*/15 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
0 6 * * * /scripts/cleanmsglog > /dev/null 2>&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim callout > /dev/null 2>&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim retry > /dev/null 2>&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim reject > /dev/null 2>&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim wait-remote_smtp > /dev/null 2>&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim_incoming callout > /dev/null 2>&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim_incoming retry > /dev/null 2>&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim_incoming reject > /dev/null 2>&1
0 6 * * * /usr/sbin/exim_tidydb /var/spool/exim_incoming wait-remote_smtp > /dev/null 2>&1
*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1
Any ideas on why my graphs aren't tracking all the time?

- Matt

 

 

 

 

Top