From 1d03ad2330b1bb1bf2c7d11c48471c6c6c90743c Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 5 Oct 2021 10:24:12 -0400 Subject: [PATCH] common: Increase NRPE command timeout Signed-off-by: David Galloway --- roles/common/templates/nagios/nrpe.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/templates/nagios/nrpe.cfg b/roles/common/templates/nagios/nrpe.cfg index d866f6d4..6920aa5a 100644 --- a/roles/common/templates/nagios/nrpe.cfg +++ b/roles/common/templates/nagios/nrpe.cfg @@ -12,7 +12,7 @@ nrpe_group={{ nrpe_group }} allowed_hosts={{ nagios_allowed_hosts }} dont_blame_nrpe=0 debug=0 -command_timeout=60 +command_timeout=300 connection_timeout=300 command[check_users]={{ nagios_plugins_directory }}/check_users --warning=5 --critical=10 -- 2.47.3