Hi all.
I’m curious if anybody else has this problem…
The nagios install is running quite fine together with nagiostat. The problem is sometims it looks like Nagios simply stops executing checks. In fact nagios IS running (and possibly even performring the checks) last check times where all two hours back… (and the nagiostats graphs stopped at the same time.
Killing the 23769 process has brought Nagios back to life… and all last check times went somewhrere near the actual time… going to check some http logs if nagios checked the sites in the meanwhile or what else…
At the moment to limit this i have a “nagiosreload” script running each night. so at most it looses a day (but thats BAD anyway)
Any ideas from those running 2.03b? BTW I have had this with all nagios2 releases.
Thank you in advance, Luca
PS: Running on solaris 8 together with an MRTG instance.
EDIT: An update on this, in fact killing the above process awoke nagios but only for a real short time, looks like it did a complete check of all hosts/services and hanged again… Edited ]
killing -9 the 16925 process brought nagios back to life and the dead child vanished… BUT i had no more info forwarded to nagiostat… maybe it sometimes helps to pinpoint the porblem
That’s too bad. I was hoping v2.0 would be out in a stable version soon. We actually need a good nagios system up and running, so I’m not about to play around with the beta much yet. I installed it to help answer some of these questions, and found tons of bugs just triing to get it to start, let alone run stable.
thought i got him… but it wasn’t the usual problem…
nagios was hanging and this time the console said nagios wasn’t runnning which it usually doesn’t… but it was because nagiostat’s debug.log file filled the disk… emptied the file and all is normal again… quite error tolerant
HUH?? you mean that nagios was hanging due to local disk filling up? Is that what you are saying?
I hope you have changed
my $DEBUGLEVEL = 0;
in your nagiostat file if that is the case.
You really only need the output when you add new things, or want to take a look for little problems.