OP#672 add check_puppet command

This commit is contained in:
2026-09-07 16:32:46 +02:00
parent 5ceed98867
commit ba26f7178f

View File

@@ -86,5 +86,10 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_puppet':
ne_check_name => 'check_puppet',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
}
}