OP#672 add check_alloy command

This commit is contained in:
2026-09-07 14:30:08 +02:00
parent c76c358deb
commit eb1669f010

View File

@@ -76,5 +76,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_alloy':
ne_check_name => 'check_alloy',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
}
} }
} }