From 88453ef572e5811f48fc7a9daa5c0d18d28186c1 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Wed, 11 Mar 2026 16:54:35 +0100 Subject: [PATCH] change requirement --- manifests/commands/definition_rules.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifests/commands/definition_rules.pp b/manifests/commands/definition_rules.pp index f07f31b..7edc258 100644 --- a/manifests/commands/definition_rules.pp +++ b/manifests/commands/definition_rules.pp @@ -41,27 +41,32 @@ class confdroid_nrpe::commands::definition_rules ( # basic example rules confdroid_nrpe::commands::definitions { 'check_users': + ne_check_name => 'check_users', ne_check_cmd => 'check_users', ne_cmd_argstring => '-w $ARG1$ -c $ARG2$', ne_cmd_comment => 'check the amount of user logged in locally', } - + confdroid_nrpe::commands::definitions { 'check_load': + ne_check_name => 'check_load', ne_check_cmd => 'check_load', ne_cmd_argstring => '-w $ARG1$ -c $ARG2$', } confdroid_nrpe::commands::definitions { 'check_disk': + ne_check_name => 'check_disk', ne_check_cmd => 'check_disk', ne_cmd_argstring => '-w $ARG1$ -c $ARG2$ -p $ARG3$', } confdroid_nrpe::commands::definitions { 'check_procs': + ne_check_name => 'check_procs', ne_check_cmd => 'check_procs', ne_cmd_argstring => '-w $ARG1$ -c $ARG2$ -s $ARG3$', } confdroid_nrpe::commands::definitions { 'check_swap': + ne_check_name => 'check_swap', ne_check_cmd => 'check_swap', ne_cmd_argstring => '-w $ARG1$ -c $ARG2$', }