OP#672 change check to verify only if 1 process or is running, so it alerts only if no process at all is running

This commit is contained in:
2026-09-07 16:15:56 +02:00
parent 014c663e30
commit 6c1b999d4b

View File

@@ -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']