What unit of measurement is the check_xi_nagiosxiserver --mode=load command using? My best guess is percent, but I have yet to see it go higher than 15.
PS: Did something in between 5.3.0 and 5.3.2? Average load increased from 3 to 6 (of whatever unit this is).
check_xi_nagiosxiserver --mode=load UOM?
Re: check_xi_nagiosxiserver --mode=load UOM?
It is just checking the linux load averages.
Code: Select all
--mode=
<mode> Operating mode of the plugin. Valid modes include:
daemons Checks the status of the core Nagios XI daemons to ensure they're running properly.
jobs Checks the status of the core Nagios XI jobs to ensure they're running properly.
iowait Checks the I/O wait CPU statistics.
load Checks the 1,5,15 minutes load statistics.
Former Nagios Employee
Re: check_xi_nagiosxiserver --mode=load UOM?
That litterally tells me nothing. Hence why I am asking.rkennedy wrote:It is just checking the linux load averages.Code: Select all
load Checks the 1,5,15 minutes load statistics.
Been trying to adjust the warning and critical threholds a little, but I don't know what the possible range is.
Re: check_xi_nagiosxiserver --mode=load UOM?
This article explains what a load average is, how it is calculated, etc:Deantwo wrote: That litterally tells me nothing. Hence why I am asking.
http://www.howtogeek.com/194642/underst ... e-systems/
Former Nagios employee
Re: check_xi_nagiosxiserver --mode=load UOM?
Ah that explains a lot.tmcdonald wrote:This article explains what a load average is, how it is calculated, etc:Deantwo wrote:That litterally tells me nothing. Hence why I am asking.
http://www.howtogeek.com/194642/underst ... e-systems/
I didn't see anywhere in the documentation of the check command how it got the numbers, so I didn't think to check Linux specific commands.
So thanks a lot!
I found this: http://blog.scoutapp.com/articles/2009/ ... d-averages, to be a pretty good article about it too.
-
avandemore
- Posts: 1597
- Joined: Tue Sep 27, 2016 4:57 pm
Re: check_xi_nagiosxiserver --mode=load UOM?
Even that isn't an entirely accurate method of how loaded a system is. Many such stats can be quite misleading such the aforementioned Load Average, IO wait, etc. It is beyond the scope of Nagios support to go into extreme detail, but just be aware these are indicators not the end all be all to system information. Are we good to lock this thread?
Previous Nagios employee
Re: check_xi_nagiosxiserver --mode=load UOM?
Yeah you can lock the thread.avandemore wrote:Are we good to lock this thread?