From: Gunnar Beutner Date: Fri, 21 Nov 2014 21:05:03 +0000 (+0100) Subject: Increase default timeout for NRPE checks X-Git-Tag: v2.3.0~646 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f4ae74e1e5f474a276735deb42a7c0cb55a9c5f;p=icinga2 Increase default timeout for NRPE checks fixes #7747 --- 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 */