Hi,
We are running XI 2012R2.2 and after a reboot we seem to have lost graphing fuctionality.
Output of tail /usr/local/nagios/var/perfdata.log
2013-10-02 12:09:33 [11723] [0] *** TIMEOUT: Please check your npcd.cfg
2013-10-02 12:09:33 [11723] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1380392484.perfdata.service-PID-11723 deleted
2013-10-02 12:09:33 [11723] [0] *** Timeout while processing Host: "xxxxxxx.ddd.ddd" Service: "Drive_C__Disk_Usage"
2013-10-02 12:09:33 [11723] [0] *** process_perfdata.pl terminated on signal ALRM
2013-10-02 12:09:47 [12146] [0] *** TIMEOUT: Timeout after 5 secs. ***
2013-10-02 12:09:47 [12146] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2013-10-02 12:09:47 [12146] [0] *** TIMEOUT: Please check your npcd.cfg
2013-10-02 12:09:47 [12146] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1380393084.perfdata.service-PID-12146 deleted
2013-10-02 12:09:47 [12146] [0] *** Timeout while processing Host: "xxxxxxx.ddd.ddd_CTX" Service: "MSSQL_Readaheads_Per_Sec"
2013-10-02 12:09:47 [12146] [0] *** process_perfdata.pl terminated on signal ALRM
Please assist.
Performance Graphs not working!
Re: Performance Graphs not working!
Hi,
All working fine now. Seems this was due to load on the XI server.
Thanks
All working fine now. Seems this was due to load on the XI server.
Thanks
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Performance Graphs not working!
Ah excellent, the load probably triggered NPCD to stop processing, you can change this value to something higher in case this happens again. We can let you know how to do that if you would like.
Re: Performance Graphs not working!
Always nice when problems work themselves out, isn't it?
Former Nagios employee
Re: Performance Graphs not working!
Hi,
Yes indeed, please let me know how to increase the value.
Thanks
Yes indeed, please let me know how to increase the value.
Thanks
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Performance Graphs not working!
You may need to increase the timeout in
Code: Select all
/usr/local/nagios/etc/pnp/process_perfdata.cfgRe: Performance Graphs not working!
Excellent. Done. Increased to 10.
Re: Performance Graphs not working!
Make sure to restart npcd afterwards:
Code: Select all
service npcd restartFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Performance Graphs not working!
Done.
Thanks
Thanks
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Performance Graphs not working!
And that should be it, closing this one as resolved for now.