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
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
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