Page 1 of 1

nagiostats (nagios 3.5.1) info needed

Posted: Tue Apr 28, 2015 9:49 am
by klajosh2
Hi,

Can someone explain the difference between these 2 value:

NUMACTSVCCHECKSxM number of total active service checks occuring in last 1/5/15 minutes.

and this:

NUMSVCACTCHKxM number of services actively checked in last 1/5/15/60 minutes.

Because this NUMACTSVCCHECKS5M gives: 1
and this NUMSVCACTCHK5M gives: 2004

I am using mod_gearman which runs the checks. Can be this the root of the difference?

thanks,

klajosh2

Re: nagiostats (nagios 3.5.1) info needed

Posted: Tue Apr 28, 2015 2:13 pm
by abrist
Yeah, most likely. I do not think that Nagios tracks broker/mod based checks the same way internal ones are tracked.

Re: nagiostats (nagios 3.5.1) info needed

Posted: Wed Apr 29, 2015 2:22 am
by klajosh2
Can we say that in this case the NUMACTSVCCHECKS5M can be replaced by NUMSVCACTCHK5M ?

Re: nagiostats (nagios 3.5.1) info needed

Posted: Wed Apr 29, 2015 1:48 pm
by abrist
Possibly, though that count may not be accurate either as it may just be the total number of services instead of those actually scheduled in the time window. You will have to investigate this by comparing the reported number against the total number of checks that should be scheduled in the listed timeframe.