Page 1 of 1

Nagios API check_nagiosxiserver.php load not dividing cores

Posted: Tue Dec 09, 2014 1:00 pm
by questrad
I have noticed that the Nagios API/check_nagiosxiserver.php load check does not divide by the number of cores installed. Will this be changed in a future release?

Re: Nagios API check_nagiosxiserver.php load not dividing co

Posted: Tue Dec 09, 2014 1:05 pm
by tmcdonald
My guess is no, because load never takes into account the number of cores, but usage does. Two different terms and each has their pros and cons.

Re: Nagios API check_nagiosxiserver.php load not dividing co

Posted: Thu Feb 05, 2015 4:22 pm
by questrad
Could I put in a feature/improvement request for this API/Check_nagiosxiserver.php to divide the results by the number of cores or have the ability to add a parameter.

Re: Nagios API check_nagiosxiserver.php load not dividing co

Posted: Thu Feb 05, 2015 5:35 pm
by cmerchant
It might be better if you were to request another measurement (# of processors, # of cores) to add to the check, than to change a metric that indicates the average number of active and running tasks within the measured interval (1, 5, 15 minutes). Besides, if I add additional cores, and my load increases, I would want to properly chart that growth.

A good definition of load is described here:

http://blog.scoutapp.com/articles/2009/ ... d-averages