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:
@@ -168,7 +168,7 @@ class confdroid_fail2ban::params (
|
|||||||
Boolean $fn_incl_target = false,
|
Boolean $fn_incl_target = false,
|
||||||
String $fn_target_service = '/etc/nagios/conf.d/fail2ban_service.cfg',
|
String $fn_target_service = '/etc/nagios/conf.d/fail2ban_service.cfg',
|
||||||
String $fn_target_contacts = 'nagiosadmin',
|
String $fn_target_contacts = 'nagiosadmin',
|
||||||
String $fn_procs_allowed = '1:1',
|
String $fn_procs_allowed = '1:',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
# shortcuts
|
# shortcuts
|
||||||
|
|||||||
Reference in New Issue
Block a user