OP#672 add check for automatic service

This commit is contained in:
2026-09-24 15:31:58 +02:00
parent 40987bc9d4
commit e44f98e361

View File

@@ -101,5 +101,10 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_procs', ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$', ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
} }
confdroid_nrpe::commands::definitions { 'check_automatic':
ne_check_name => 'check_automatic',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
}
} }
} }