nagiostats (nagios 3.5.1) info needed

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
klajosh2
Posts: 38
Joined: Thu Jan 16, 2014 5:22 am

nagiostats (nagios 3.5.1) info needed

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: nagiostats (nagios 3.5.1) info needed

Post by abrist »

Yeah, most likely. I do not think that Nagios tracks broker/mod based checks the same way internal ones are tracked.
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.
klajosh2
Posts: 38
Joined: Thu Jan 16, 2014 5:22 am

Re: nagiostats (nagios 3.5.1) info needed

Post by klajosh2 »

Can we say that in this case the NUMACTSVCCHECKS5M can be replaced by NUMSVCACTCHK5M ?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: nagiostats (nagios 3.5.1) info needed

Post 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.
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