Re: [Nagios-users] Tweaking Socket timeout

2013-01-04 Thread Andre Tann
Hi Paul, Paul Dubuc, Mittwoch, 2. Januar 2013: > Service and host check plugins are responsible for implementing their > own timeouts, not Nagios. This socket timeout must be specific to the > plugin you are using for the service. The timeouts in nagios.cfg are > backstops that prevent "stuck" pl

Re: [Nagios-users] Tweaking Socket timeout

2013-01-02 Thread Paul Dubuc
Service and host check plugins are responsible for implementing their own timeouts, not Nagios. This socket timeout must be specific to the plugin you are using for the service. The timeouts in nagios.cfg are backstops that prevent "stuck" plugins from tying up Nagios resources. You should look

[Nagios-users] Tweaking Socket timeout

2013-01-02 Thread Andre Tann
Hello everyone, some of my services report a socket timeout after 5 seconds. How can I increase this value to 10 secs? # grep -i timeout /etc/nagios3/nagios.cfg # TIMEOUT VALUES service_check_timeout=60 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30 ocsp_timeout=10