Performance Graphs Not Updating

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
transom324
Posts: 17
Joined: Mon Jun 25, 2012 11:02 am
Location: Connecticut, USA

Performance Graphs Not Updating

Post 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
Thanks,

Tom
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Performance Graphs Not Updating

Post 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
transom324
Posts: 17
Joined: Mon Jun 25, 2012 11:02 am
Location: Connecticut, USA

Re: Performance Graphs Not Updating

Post 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
Thanks,

Tom
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Performance Graphs Not Updating

Post 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
transom324
Posts: 17
Joined: Mon Jun 25, 2012 11:02 am
Location: Connecticut, USA

Re: Performance Graphs Not Updating

Post 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
Thanks,

Tom
transom324
Posts: 17
Joined: Mon Jun 25, 2012 11:02 am
Location: Connecticut, USA

Re: Performance Graphs Not Updating

Post 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.
Thanks,

Tom
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Performance Graphs Not Updating

Post by lmiltchev »

Did the performance graphs update? Is the issue resolved?
Be sure to check out our Knowledgebase for helpful articles and solutions!
transom324
Posts: 17
Joined: Mon Jun 25, 2012 11:02 am
Location: Connecticut, USA

Re: Performance Graphs Not Updating

Post 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?
Thanks,

Tom
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Performance Graphs Not Updating

Post by scottwilkerson »

Lets run to following to make sure that cron is listed

Code: Select all

ps -ef |grep sysstat.php
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
transom324
Posts: 17
Joined: Mon Jun 25, 2012 11:02 am
Location: Connecticut, USA

Re: Performance Graphs Not Updating

Post 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 ~]#
Thanks,

Tom
Locked