Page 2 of 2
Re: Down time not reflecting in the nagios Tool
Posted: Thu Jun 09, 2016 1:32 pm
by rohithroki
please find the logs attached.
Now the problem occurs even if new server is onboarded into nagios tool.
It shows up some times in nagios when searched with the server name and some times comes up after 2,3 times of page refresh
Re: Down time not reflecting in the nagios Tool
Posted: Thu Jun 09, 2016 1:53 pm
by rkennedy
Can you please clarify what you mean by this?
It shows up some times in nagios when searched with the server name and some times comes up after 2,3 times of page refresh
It looks like you're running additional components with Core, which can affect different things -
Code: Select all
[ Initializing NConf perl-API (library version 0.3, written by A. Gargiulo) ]
[ Copyright (c) 2006 - 2012 Sunrise Communications AG, Zurich, Switzerland ]
Re: Down time not reflecting in the nagios Tool
Posted: Fri Jun 10, 2016 12:27 am
by rohithroki
Yes once the server is added in the monitoring tool it should show the details with the services configured if we search that particular host.
How ever it doesn't show up and when i try refreshing the nagios portal it appears and some times disappears ..
Attaching the same for your reference;
Re: Down time not reflecting in the nagios Tool
Posted: Fri Jun 10, 2016 9:59 am
by rkennedy
Do you have other components running in conjunction with Nagios? Nconf can affect this as well.
Post your /usr/local/nagios/var/nagios.log file for us to look at.
Re: Down time not reflecting in the nagios Tool
Posted: Mon Jun 13, 2016 7:02 am
by rohithroki
please find the nagios.log file
Re: Down time not reflecting in the nagios Tool
Posted: Mon Jun 13, 2016 11:10 am
by rkennedy
With nconf, and ndomod at play, it's hard to say where your issue is. This isn't going to be a system we can support though. We wrote Nagios, and from what I can tell, it's working as intended.
Code: Select all
[1465817620] ndomod: Still unable to connect to data sink. 31942643 items lost, 5000 queued items to flush.
[1465817629] Warning: The check of service 'Dell_Hardware_Health_Status' on host 'WAIN01103' looks like it was orphaned (results never came back). I'm scheduling an immediate check of the service...
[1465817630] ndomod: Still unable to connect to data sink. 9151 items lost, 5000 queued items to flush.
Re: Down time not reflecting in the nagios Tool
Posted: Mon Jun 13, 2016 12:01 pm
by rohithroki
this has become a major issue in my nagios portal.
Server list reduces some time and show the correct value some times after the next portal refersh due to which there is chance for missing the alert
Re: Down time not reflecting in the nagios Tool
Posted: Mon Jun 13, 2016 12:41 pm
by rkennedy
What other components are you running with Core? It's hard to say what's going on. It's clear you're using nconf, which can alter how Nagios functions. What other components are you using?
Re: Down time not reflecting in the nagios Tool
Posted: Mon Jun 13, 2016 1:39 pm
by rohithroki
yes i am using nconf along with nagios
Re: Down time not reflecting in the nagios Tool
Posted: Mon Jun 13, 2016 3:47 pm
by rkennedy
rohithroki wrote:yes i am using nconf along with nagios
What other components are you running? Nconf can affect how Nagios functions, and restarts, which is why you could see blank results once, but not the second time.
It could also be related to Nagios running out of resources, what is the full output of
top | head -n20 and
ps -ef?