What do these numbers mean exactly

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

What do these numbers mean exactly

Post by benningtonr »

check_nrpe!check_load!-a '-w 15,10,5 -c 30,20,10'

Can someone give me an explanation on what this is alerting on?

It seems to alert often and we want to raise the numbers, or lower if these are percentages so that the alerts are less frequent.

Thank you
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: What do these numbers mean exactly

Post by benningtonr »

Also on a high load can some body point me in a direction to look for the reason for the high load.
This is an ubuntu box running apache.

Thank you
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: What do these numbers mean exactly

Post by tgriep »

The Warning and Critical thresholds are checking the load levels for 1 minute, 5 minutes and 15 minutes.
Here is the usage from the plugin

Code: Select all

 -w, --warning=WLOAD1,WLOAD5,WLOAD15
    Exit with WARNING status if load average exceeds WLOADn
 -c, --critical=CLOAD1,CLOAD5,CLOAD15
    Exit with CRITICAL status if load average exceed CLOADn
    the load average format is the same used by "uptime" and "w"
Here is a link that explains what the load levels mean.
http://www.howtogeek.com/194642/underst ... e-systems/
Be sure to check out our Knowledgebase for helpful articles and solutions!
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: What do these numbers mean exactly

Post by benningtonr »

but these numbers are for a percentage? what does the value represent, or what is it measuring?
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: What do these numbers mean exactly

Post by BanditBBS »

benningtonr wrote:but these numbers are for a percentage? what does the value represent, or what is it measuring?
No, they are not percentages, here is another explanation that I think explains it better: http://blog.scoutapp.com/articles/2009/ ... d-averages
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
benningtonr
Posts: 524
Joined: Tue May 22, 2012 2:16 pm

Re: What do these numbers mean exactly

Post by benningtonr »

So if I am getting this,

SERVICE ALERT: cms1;Load;CRITICAL;HARD;5;CRITICAL - load average: 106.01, 51.65, 21.04

Where should I look to find the cause?

Thank you again for the assistance.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: What do these numbers mean exactly

Post by BanditBBS »

Go to the command line and just type in "top" and it'll list everything running and see if something sticks out at you. 100 is a rather high load!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: What do these numbers mean exactly

Post by hsmith »

Bandit is spot on with these answers :)

Let us know if there is anything else we can do to help.
Former Nagios Employee.
me.
Locked