<<Host Node Graphs are not showing up>>

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: <<Host Node Graphs are not showing up>>

Post by abrist »

You could try increasing it some more to 30.0 or 35.0
Former 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.
uhiadmin
Posts: 85
Joined: Sat Jan 15, 2011 9:01 am

Re: <<Host Node Graphs are not showing up>>

Post by uhiadmin »

I will give that I try. I wasn't sure at what level it becomes counter productive to increase it.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: <<Host Node Graphs are not showing up>>

Post by abrist »

It all depends on the available resources. With the number of cores in your XI box, you should be able to push it up quite a bit.
Former 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.
uhiadmin
Posts: 85
Joined: Sat Jan 15, 2011 9:01 am

Re: <<Host Node Graphs are not showing up>>

Post by uhiadmin »

I have moved my load_threshold up to "30.0"

[root@fldmon ~]# tail -f /usr/local/nagios/var/npcd.log
[01-08-2013 11:12:54] NPCD: Please have a look at 'npcd -V' to get license information
[01-08-2013 11:12:54] NPCD: HINT: load_threshold is enabled - ('20.000000')
[01-08-2013 12:14:25] NPCD: Caught Termination Signal - Hasta la vista... baby
[01-08-2013 12:14:25] NPCD: npcd Daemon (0.4.14) started with PID=10273
[01-08-2013 12:14:25] NPCD: Please have a look at 'npcd -V' to get license information
[01-08-2013 12:14:25] NPCD: HINT: load_threshold is enabled - ('30.000000')
[01-08-2013 13:30:36] NPCD: Caught Termination Signal - Hasta la vista... baby
[01-08-2013 13:30:36] NPCD: npcd Daemon (0.4.14) started with PID=18154
[01-08-2013 13:30:36] NPCD: Please have a look at 'npcd -V' to get license information
[01-08-2013 13:30:36] NPCD: HINT: load_threshold is enabled - ('30.000000')

so it's not being Terminated, but the perfdata.log hasn't had any new entries since my postregsl failure on 2012-12-20.

[root@fldmon ~]# tail -f /usr/local/nagios/var/perfdata.log
2012-12-20 12:01:24 [6180] [0] *** TIMEOUT: Please check your npcd.cfg
2012-12-20 12:01:24 [6180] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1356030064.perfdata.host-PID-6180 deleted
2012-12-20 12:01:24 [6180] [0] *** Timeout while processing Host: "884000_MCO741" Service: "_HOST_"
2012-12-20 12:01:24 [6180] [0] *** process_perfdata.pl terminated on signal ALRM
2012-12-20 12:01:24 [6178] [0] *** TIMEOUT: Timeout after 5 secs. ***
2012-12-20 12:01:24 [6178] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2012-12-20 12:01:24 [6178] [0] *** TIMEOUT: Please check your npcd.cfg
2012-12-20 12:01:24 [6178] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1356030049.perfdata.host-PID-6178 deleted
2012-12-20 12:01:24 [6178] [0] *** Timeout while processing Host: "751058" Service: "_HOST_"
2012-12-20 12:01:24 [6178] [0] *** process_perfdata.pl terminated on signal ALRM


Is there a safe way to dump or reset the perfdata??
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: <<Host Node Graphs are not showing up>>

Post by abrist »

Looks like you are still having TIMEOUTS. Did you change the TIMEOUT setting in process_perfdata.cfg? (I know you said you did earlier but you might want to double check) You may want to restart the npcd process one last time while checking if there is more than one npcd process running (if there is, kill it).

Code: Select all

ps -aef | grep npcd

service npcd stop

killall -9 npcd

service npcd start
Former 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.
Locked