From 5d2047a77e5da09419e51651f0e3cb82a5d253ca Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 7 Sep 2026 16:14:31 +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 b05f145..506ca5c 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -48,7 +48,7 @@ class confdroid_alloy::params ( Boolean $ay_manage_nagios = false, String $ay_target_service = '/etc/nagios/conf.d/alloy_service.cfg', Array $ay_target_contacts = ['nagiosadmin'], - String $ay_procs_allowed = '1:1' + String $ay_procs_allowed = '1:' ) { # defaults