OP#672 add check_puppet command

This commit is contained in:
2026-09-08 13:07:14 +02:00
parent ba26f7178f
commit 8c0207a92c

View File

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