From 88dd67a80269bb2fc11482139f3f807d2ecc4d71 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 5 Oct 2021 10:43:49 -0400 Subject: [PATCH] common: Don't blame NRPE https://blog.cloudhelix.io/enabling-nrpe-command-arguments-on-debian-and-ubuntu-5046877173ad 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 6920aa5a..14763960 100644 --- a/roles/common/templates/nagios/nrpe.cfg +++ b/roles/common/templates/nagios/nrpe.cfg @@ -10,7 +10,7 @@ nrpe_user={{ nrpe_user }} nrpe_group={{ nrpe_group }} allowed_hosts={{ nagios_allowed_hosts }} -dont_blame_nrpe=0 +dont_blame_nrpe=1 debug=0 command_timeout=300 connection_timeout=300 -- 2.47.3