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 <[email protected] <mailto:[email protected]>> 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" <[email protected]
    <mailto:[email protected]>>
    *An:* [email protected]
    <mailto:[email protected]>
    *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
    <[email protected] <http://[email protected]>> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to