Nagios API check_nagiosxiserver.php load not dividing cores

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
questrad
Posts: 160
Joined: Wed Mar 21, 2012 3:08 pm
Location: Toronto
Contact:

Nagios API check_nagiosxiserver.php load not dividing cores

Post 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?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios API check_nagiosxiserver.php load not dividing co

Post 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.
Former Nagios employee
questrad
Posts: 160
Joined: Wed Mar 21, 2012 3:08 pm
Location: Toronto
Contact:

Re: Nagios API check_nagiosxiserver.php load not dividing co

Post 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.
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: Nagios API check_nagiosxiserver.php load not dividing co

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