How should I check these values? It is fully up to you to decide which values might be correct in *your* environment.
Unless you're needing NRPE for others checks I'd advise to use another plugin because there is a lot of overhead installing and configuring NRPE on every machine.
See docs.icinga.org/latest/en/nrpe.html for more details on NRPE.
 
Gesendet: Dienstag, 06. August 2013 um 15:03 Uhr
Von: "Nikhil Eshwar" <nikhil.gu...@gmail.com>
An: icinga-users@lists.sourceforge.net
Betreff: Re: [icinga-users] Seeing Warning messages for check_load service in icinga please help
Hi I am defining the values below .Can you please check the values that can be assigned for the load or if im wrong please suggest the required values to be given for the above mentioned load average
 
-W=5.0,4.0,7.0
-C=10.0,6.0,8.0
 
Another thing is there any chance of communication failure between the icinga and the server and the rest of the services due to overloading
 
i.e I have tested with check_nrpe plugin
 
#/usr/local/nagios/libexec/check_nrpe -H localhost ip(i am not mentioning here ) as it is not showing nrpe version it is showing

root@icinga:~# /usr/lib64/nagios/plugins/check_nrpe -H 127.0.0.1it is showing
CHECK_NRPE: Socket timeout after 10 seconds. for the overloading servers
 
i have tested the same plugin while trying to connect with other servers where there load average is fine it is showing Nrpe version.
 
Awaiting for your gracious response
 

On Tue, Aug 6, 2013 at 6:10 PM, Serge Noiraud <serge.noir...@bull.net> wrote:
Le 06/08/2013 14:18, Nikhil Eshwar a écrit :
Hi
 
Thanks for your valuable information.Actually we are monitoring the load service for local server 
also as it is displaying the warning message as 
 
WARNING - load average: 3.08, 3.07, 3.09|load1=3.080;5.000;10.000;0; load5=3.070;4.000;6.000;0; load15=3.090;3.000;4.000;0;
You must read informations about rrd.

load average 3.08, 3.07, 3.09 means :
3.08 is for one minute load
3.07 is for 5 minutes load
and 3.09 is for 15 minutes load.

If you look at :
load1=3.080;5.000;10.000;0;
You effectively see 3.08, then 5.0 is the warning threshold and 10.0 is the critical threshold.
So you can see the problem doesn't come from the One minute load.

for load15=3.090;3.000;4.000;0;
you have 3.09 and the warning is 3.0 this is the reason of this warning message.
So you must modify the warning threshold for the 15 minutes load.

You have for your command :

-w 5.0,4.0,3.0
5.0 is for the one minute load, 4.0 is for 5 minutes and 3.0 is for 15 minutes.
You must change the last value of the -w argument.
This is the same for the critical argument -c.

 
IS this local server overloading is effecting other servers as rest of the servers are also showing warning messages.
 
Can you please suggest us how to solve this overloading and get back to normal state and what is the plugin should be used for monitor the data of the remote servers.
 
On Tue, Aug 6, 2013 at 4:43 PM, Wolfgang <w...@gmx.net> wrote:
 check_load is executed on the *local* server. Use another plugin to retrieve the data from remote servers.
 
Gesendet: Dienstag, 06. August 2013 um 12:54 Uhr
Von: "Nikhil Eshwar" <nikhil.gu...@gmail.com>
An: icinga-users@lists.sourceforge.net
Betreff: Re: [icinga-users] Seeing Warning messages for check_load service in icinga please help
Hi
 
I am Seeing Warning messages in icinga web interface  for the service check_load. Please help me how to solve this it showing warning messages for all servers. 
 
Can you please suggest me how to make this service in to ok state.

-- root@icinga:~# /usr/lib64/nagios/plugins/check_load -w 5.0,4.0,3.0 -c 10.0,6.0,4.0

WARNING - load average: 3.08, 3.07, 3.09|load1=3.080;5.000;10.000;0; load5=3.070;4.000;6.000;0; load15=3.090;3.000;4.000;0
 
On Mon, Aug 5, 2013 at 7:52 PM, Nikhil Eshwar <nikhil.gu...@gmail.com> wrote:
Hi
 
I am Seeing Warning messages in icinga web interface  for the service check_load. Please help me

-- root@evericinga:~# /usr/lib64/nagios/plugins/check_load -w 5.0,4.0,3.0 -c 10.0,6.0,4.0
WARNING - load average: 3.08, 3.07, 3.09|load1=3.080;5.000;10.000;0; load5=3.070;4.000;6.000;0; load15=3.090;3.000;4.000;0
Regards
-Nikhil
 
 
--
Regards
-Nikhil
--

Serge Noiraud

Les logiciels libre, c'est mieux : Debian, Firefox, LibreOffice, ...
Tout ce qui n'est pas gratuit est perdu.

 

Développeur projet gramps : http://gramps-project.org/ et osm-gps-map : http://nzjrs.github.com/osm-gps-map


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users
 



--
Regards
-Nikhil
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to