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:
@@ -48,7 +48,7 @@ class confdroid_alloy::params (
|
|||||||
Boolean $ay_manage_nagios = false,
|
Boolean $ay_manage_nagios = false,
|
||||||
String $ay_target_service = '/etc/nagios/conf.d/alloy_service.cfg',
|
String $ay_target_service = '/etc/nagios/conf.d/alloy_service.cfg',
|
||||||
Array $ay_target_contacts = ['nagiosadmin'],
|
Array $ay_target_contacts = ['nagiosadmin'],
|
||||||
String $ay_procs_allowed = '1:1'
|
String $ay_procs_allowed = '1:'
|
||||||
|
|
||||||
) {
|
) {
|
||||||
# defaults
|
# defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user