Compare commits

..

7 Commits

Author SHA1 Message Date
Jenkins Server
e414192ac6 Recommit for updates in build 70 2026-09-24 16:39:59 +02:00
Jenkins Server
625a4e007b Merge remote-tracking branch 'origin/master' into jenkins-build-70 2026-09-24 16:38:55 +02:00
4c90791059 OP#672 add check for sshd daemon 2026-09-24 16:38:34 +02:00
Jenkins Server
9c3945e258 Recommit for updates in build 69 2026-09-24 16:15:37 +02:00
Jenkins Server
f39a024707 Merge remote-tracking branch 'origin/master' into jenkins-build-69 2026-09-24 16:14:40 +02:00
6e7da3acd0 OP#672 add check for automatic service 2026-09-24 16:14:26 +02:00
Jenkins Server
5cfe2e7179 Recommit for updates in build 68 2026-09-24 15:42:45 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -308,8 +308,8 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -a $ARG2$',
}
confdroid_nrpe::commands::definitions { 'check_automatic':
ne_check_name => 'check_automatic',
confdroid_nrpe::commands::definitions { 'check_sshd':
ne_check_name => 'check_sshd',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}

View File

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