From ba26f7178f5223e3deefe0be0f9c94be76ebd11b Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 7 Sep 2026 16:32:46 +0200 Subject: [PATCH] OP#672 add check_puppet command --- manifests/commands/definition_rules.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/commands/definition_rules.pp b/manifests/commands/definition_rules.pp index a83dff7..4f08734 100644 --- a/manifests/commands/definition_rules.pp +++ b/manifests/commands/definition_rules.pp @@ -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$', + } } }