From d01a6bd5587f72f697c5b7096e3282ea57c6b2a2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 13 Feb 2016 18:38:31 +0000 Subject: [PATCH] Up the service check timeout to 60seconds. --- roles/nagios_server/files/nagios/nagios.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nagios_server/files/nagios/nagios.cfg b/roles/nagios_server/files/nagios/nagios.cfg index 4c49953398..3a824a8958 100644 --- a/roles/nagios_server/files/nagios/nagios.cfg +++ b/roles/nagios_server/files/nagios/nagios.cfg @@ -483,7 +483,7 @@ sleep_time=0.25 # ocsp command, and performance data commands. All values are in # seconds. -service_check_timeout=30 +service_check_timeout=60 host_check_timeout=30 event_handler_timeout=30 notification_timeout=30