change requirement

This commit is contained in:
2026-03-11 16:48:50 +01:00
parent b8be66267b
commit 9b4968c4f9
3 changed files with 10 additions and 3 deletions

View File

@@ -67,8 +67,9 @@ class confdroid_nrpe::commands::definition_rules (
}
confdroid_nrpe::commands::definitions { 'check_fail2ban':
ne_check_name => 'check_fail2ban',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
}
}
}