change requirement

This commit is contained in:
2026-03-11 16:30:12 +01:00
parent 9e090d970e
commit 0dbc18d09d
2 changed files with 7 additions and 2 deletions

View File

@@ -65,5 +65,10 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_swap',
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_fail2ban':
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
}
}