Page 1 of 2

Performance Graphs Not Updating

Posted: Thu Sep 13, 2012 11:39 am
by transom324
Hi,

The performance graphs on my system stopped updating on 09/07/2012. We did get a key to extend our software trial last week also. Would that effect the graphs?

Thanks,
Tom

Re: Performance Graphs Not Updating

Posted: Thu Sep 13, 2012 12:09 pm
by mguthrie
No, it shouldn't, but try the following solution and see if it applies to your situation.
http://support.nagios.com/wiki/index.ph ... ve_No_Data

Also, make sure the performance graphing service is running ok.

Code: Select all

service npcd restart

Re: Performance Graphs Not Updating

Posted: Thu Sep 13, 2012 12:38 pm
by transom324
mguthrie,

Thanks for getting back to me. I have tried restarting the npcd service several times and I ran the script to reset the perms. Here's the output from the command that you pointed to me to:

[root@nagiosxi ~]# cd /usr/local/nagios/var/spool/xidpe
[root@nagiosxi xidpe]# ls -f | wc -l
2

Re: Performance Graphs Not Updating

Posted: Thu Sep 13, 2012 12:53 pm
by mguthrie
Is your CPU load over 10.0 by chance?

Do you get and recent error messages when tailing the following log files?

Code: Select all

tail -f /usr/local/nagios/var/perfdata.log

tail -f /usr/local/nagios/var/npcd.log

Re: Performance Graphs Not Updating

Posted: Thu Sep 13, 2012 1:22 pm
by transom324
tail -f /usr/local/nagios/var/npcd.log is constantly updating. Here's the output from the tail -f /usr/local/nagios/var/perfdata.log:

[root@nagiosxi ~]# tail -f /usr/local/nagios/var/perfdata.log
2012-09-03 12:01:42 [24740] [0] *** TIMEOUT: Please check your npcd.cfg
2012-09-03 12:01:42 [24740] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1346673676.perfdata.service-PID-24740 deleted
2012-09-03 12:01:42 [24740] [0] *** Timeout while processing Host: "pesxi03" Service: "Memory_for_VMHost"
2012-09-03 12:01:42 [24740] [0] *** process_perfdata.pl terminated on signal ALRM
2012-09-05 00:04:06 [29550] [0] *** TIMEOUT: Timeout after 5 secs. ***
2012-09-05 00:04:06 [29550] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2012-09-05 00:04:06 [29550] [0] *** TIMEOUT: Please check your npcd.cfg
2012-09-05 00:04:06 [29550] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1346803426.perfdata.service-PID-29550 deleted
2012-09-05 00:04:06 [29550] [0] *** Timeout while processing Host: "centcshctx04" Service: "CPU_Usage_for_VMHost"
2012-09-05 00:04:06 [29550] [0] *** process_perfdata.pl terminated on signal ALRM

Re: Performance Graphs Not Updating

Posted: Thu Sep 13, 2012 1:32 pm
by transom324
mguthrie,

The performance graphs appear to be slowly populating now. The system load is at 0.67 but the I/O wait time is at 63.30.

Re: Performance Graphs Not Updating

Posted: Thu Sep 13, 2012 4:47 pm
by lmiltchev
Did the performance graphs update? Is the issue resolved?

Re: Performance Graphs Not Updating

Posted: Fri Sep 14, 2012 7:15 am
by transom324
Well... the performance graphs are up to date now. Thanks. But, now the server statistics are not updating. Should I start another post for that issue?

Re: Performance Graphs Not Updating

Posted: Fri Sep 14, 2012 7:33 am
by scottwilkerson
Lets run to following to make sure that cron is listed

Code: Select all

ps -ef |grep sysstat.php

Re: Performance Graphs Not Updating

Posted: Fri Sep 14, 2012 8:06 am
by transom324
Here's the output:

[root@nagiosxi ~]# ps -ef |grep sysstat.php
root 22513 22246 1 13:04 pts/0 00:00:00 grep sysstat.php
[root@nagiosxi ~]#