From 2a80b58e044ab6358a90d680dde808ff00a6824a Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Tue, 20 Nov 2012 13:39:38 +0200 Subject: [PATCH] Increased nagios service check timeout --- nagios/files/nagios.cfg.Debian | 2 +- nagios/files/nagios.cfg.RedHat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nagios/files/nagios.cfg.Debian b/nagios/files/nagios.cfg.Debian index d6c627e..e298fe0 100644 --- a/nagios/files/nagios.cfg.Debian +++ b/nagios/files/nagios.cfg.Debian @@ -597,7 +597,7 @@ sleep_time=0.25 # ocsp command, and performance data commands. All values are in # seconds. -service_check_timeout=60 +service_check_timeout=90 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30 diff --git a/nagios/files/nagios.cfg.RedHat b/nagios/files/nagios.cfg.RedHat index 5053ccf..0b2786d 100644 --- a/nagios/files/nagios.cfg.RedHat +++ b/nagios/files/nagios.cfg.RedHat @@ -598,7 +598,7 @@ sleep_time=0.25 # ocsp command, and performance data commands. All values are in # seconds. -service_check_timeout=60 +service_check_timeout=90 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30