Matthew Richardson wrote:
> I have, for some time, been suspicions that Nagios 3 appeared a bit slow
> alerting on host failures. In order to diagnose this, I setup a minimal
> config to try to show the problem using 3.0rc1 with a default nagios.cfg.
> It consists of one host and one service (both checked by ping), with the
> retries and timers set as below (the config file is attached in full):-
>
> |define host{
> | host_name hostname
> | check_interval 10
> | retry_interval 1
> | max_check_attempts 5
> |}
> |define service{
> | max_check_attempts 5
> | normal_check_interval 5
> | retry_check_interval 5
> | host_name hostname
> | service_description ping
> |}
>
[snip]
Thanks for the debug info Matthew. I believe I've tracked down and
fixed the problem. Patch will be in CVS in a few moments...
Ethan Galstad
Nagios Developer
___
Email: [email protected]
Web: www.nagios.org
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]