From f97cb0e247f3eb353719fd72d0355d94353a8d93 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Thu, 24 Sep 2026 15:41:33 +0200 Subject: [PATCH] OP#672 add check for automatic service --- 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 ef112a4..a5af263 100644 --- a/manifests/commands/definition_rules.pp +++ b/manifests/commands/definition_rules.pp @@ -104,7 +104,7 @@ class confdroid_nrpe::commands::definition_rules ( confdroid_nrpe::commands::definitions { 'check_automatic': ne_check_name => 'check_automatic', ne_check_cmd => 'check_procs', - ne_cmd_argstring => '-c $ARG1$ -a $ARG2$', + ne_cmd_argstring => '-c $ARG1$ -C $ARG2$', } } }