diff --git a/manifests/commands/definition_rules.pp b/manifests/commands/definition_rules.pp index 541d48c..a83dff7 100644 --- a/manifests/commands/definition_rules.pp +++ b/manifests/commands/definition_rules.pp @@ -81,5 +81,10 @@ class confdroid_nrpe::commands::definition_rules ( ne_check_cmd => 'check_procs', ne_cmd_argstring => '-c $ARG1$ -C $ARG2$', } + confdroid_nrpe::commands::definitions { 'check_haproxy': + ne_check_name => 'check_haproxy', + ne_check_cmd => 'check_procs', + ne_cmd_argstring => '-c $ARG1$ -C $ARG2$', + } } }