OP#672 add check for automatic service

This commit is contained in:
2026-09-24 15:41:33 +02:00
parent e44f98e361
commit f97cb0e247

View File

@@ -104,7 +104,7 @@ class confdroid_nrpe::commands::definition_rules (
confdroid_nrpe::commands::definitions { 'check_automatic':
ne_check_name => 'check_automatic',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
}
}