-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 29/04/08 05:07 AM, kmizole wrote: > Thomas, > > thanks for your reply, i checked the latency and you were right, i > have a 5 minutes latency between service checks. > I already looked at the nagios config file and tried different > settings without success. > I disabled active hosts checks and the latency between service checks reduces. > > Thanks for your help. > > But imagine i would like to keep the host checks (check_host_alive) > with a inter check delay of 3 minutes. Is it possible to run such a > configuration with 100+ hosts and 1000+ active service checks without > having a great latency ?
You probably don't need active host checks since Nagios already checks hosts on service state changes. If you really need to check ICMP then it would be much better to: 1. Make your host check perform 1 ping and return asap (on demand host checks) 2. Add a service for ICMP checking where you can take as long as you wish to perform the check (obviously, a different check_command). Nagios 3 can parallelize scheduled host checks and allow host result caching to overcome these limitations of Nagios 2. Thomas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIFuhV6dZ+Kt5BchYRAsZfAJ9P6QlzljxAjioPBD/M2QqnZoNSkQCg4oRA KlCVONR4wH5DVKsnG7D5rHc= =lNGy -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Nagios-users mailing list [email protected] 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
