From 6f4ae74e1e5f474a276735deb42a7c0cb55a9c5f Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 21 Nov 2014 22:05:03 +0100 Subject: [PATCH] Increase default timeout for NRPE checks fixes #7747 --- itl/command-plugins.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 70643243a..c7acbfda3 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -740,6 +740,8 @@ object CheckCommand "nrpe" { vars.nrpe_address = "$address$" vars.nrpe_no_ssl = false vars.nrpe_timeout_unknown = false + + timeout = 5m } /* Contrib plugins */ -- 2.40.0