Compare commits

..

4 Commits

Author SHA1 Message Date
Jenkins Server
8599bd2fc1 Recommit for updates in build 61 2026-09-07 15:22:30 +02:00
Jenkins Server
0b677301ae Merge remote-tracking branch 'origin/master' into jenkins-build-61 2026-09-07 15:21:26 +02:00
330418c20a OP#672 edit check_alloy command 2026-09-07 15:21:09 +02:00
Jenkins Server
83fe21a8d3 Recommit for updates in build 60 2026-09-07 14:31:35 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -261,7 +261,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$',
}
}
}</pre>

View File

@@ -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$',
}
}
}