From 6c1b999d4b82c7c07e4a4a02752e42d2a5249888 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 7 Sep 2026 16:15:56 +0200 Subject: [PATCH] OP#672 change check to verify only if 1 process or is running, so it alerts only if no process at all is running --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 0421b35..4dd94ca 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -122,7 +122,7 @@ class confdroid_haproxy::params ( Boolean $hy_manage_nagios = false, String $hy_target_service = '/etc/nagios/conf.d/haproxy_service.cfg', Array $hy_target_contacts = ['nagiosadmin'], - String $hy_procs_allowed = '1:1' + String $hy_procs_allowed = '1:' ) { $fqdn = $facts['networking']['fqdn']