From f052a673dcbe532860c80c3e7ebf6d393c452473 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sun, 31 Jan 2016 18:24:18 -0500 Subject: disable NRPE command arguments by default setting dont_blame_nrpe is useful for some, but it's generally dangerous and should be disabled if it's not used. In this sense, it's a better idea to disable this by default. --- manifests/nrpe.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nrpe.pp b/manifests/nrpe.pp index 364a2c8..b7984b6 100644 --- a/manifests/nrpe.pp +++ b/manifests/nrpe.pp @@ -5,7 +5,7 @@ class nagios::nrpe ( $plugin_dir = '', $server_address = '', $allowed_hosts = '', - $dont_blame = '1', + $dont_blame = '0', ) { if !($dont_blame in ['0', '1']) { -- cgit v1.2.3