From 330418c20a3d2090e7b15129170a8b11299e4738 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 7 Sep 2026 15:21:09 +0200 Subject: [PATCH] OP#672 edit check_alloy command --- manifests/commands/definition_rules.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/commands/definition_rules.pp b/manifests/commands/definition_rules.pp index d83c4c7..ae7e39e 100644 --- a/manifests/commands/definition_rules.pp +++ b/manifests/commands/definition_rules.pp @@ -79,7 +79,7 @@ class confdroid_nrpe::commands::definition_rules ( confdroid_nrpe::commands::definitions { 'check_alloy': ne_check_name => 'check_alloy', ne_check_cmd => 'check_procs', - ne_cmd_argstring => '-c $ARG1$ -a $ARG2$', + ne_cmd_argstring => '-c $ARG1$ -C $ARG2$', } } }