From 40987bc9d4dc1e69303b200f6c0d73b940657705 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Tue, 8 Sep 2026 13:36:13 +0200 Subject: [PATCH] OP#672 add check_puppetdb 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 d8b2408..3573082 100644 --- a/manifests/commands/definition_rules.pp +++ b/manifests/commands/definition_rules.pp @@ -96,5 +96,10 @@ class confdroid_nrpe::commands::definition_rules ( ne_check_cmd => 'check_procs', ne_cmd_argstring => '-c $ARG1$ -a $ARG2$', } + confdroid_nrpe::commands::definitions { 'check_puppetdb': + ne_check_name => 'check_puppetdb', + ne_check_cmd => 'check_procs', + ne_cmd_argstring => '-c $ARG1$ -a $ARG2$', + } } }