Performance Problem on Nagios 2.4

Chet Luther chet.luther at gmail.com
Fri Jul 7 15:42:47 CEST 2006


On 7/7/06, Ganesh.Borhade at ucb-group.com <Ganesh.Borhade at ucb-group.com> wrote:
>     I would like to know how to Improve Nagios 2.4 Performance.  We monitor
> 586 Host & 2326 Services thru Nagios with Active & Passive configuration
> using Solaris OS & good Hardware & Network config( Solaris 9 -- Active,
> Solaris 10- Passive ).
>
> ..snip..
>
>         MetricMin.Max.Average
> Check Execution Time:  0.17 sec9.36 sec0.751 sec
> Check Latency:721.43 sec887.09 sec799.914 sec
> Percent State Change:0.00%46.51%0.11%

Check latency is probably your core symptom.  This almost always means
that your service checks are being delayed because the system is
spending too long on host checks.  I recommend using the check_fping
plugin for host checks if you aren't already.  Here's how I use it to
monitor 575 hosts and 2259 services (very similar size to you.)

define command{
        command_name    check-host-alive
        command_line    $USER1$/check_fping -H $HOSTADDRESS$ -n 1 -c 5000.0,100%
        }

define host{
        name    generic-host
        check_command    check-host-alive
        max_check_attempts    3
        }

-- 
Chet Luther
chet.luther at gmail.com

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list