Compare commits

..

4 Commits

Author SHA1 Message Date
Jenkins Server
3a0f5a314b Recommit for updates in build 68 2026-09-24 15:42:48 +02:00
Jenkins Server
eb45c57636 Merge remote-tracking branch 'origin/master' into jenkins-build-68 2026-09-24 15:41:50 +02:00
f97cb0e247 OP#672 add check for automatic service 2026-09-24 15:41:33 +02:00
Jenkins Server
d3fe40389f Recommit for updates in build 67 2026-09-24 15:33:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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