Compare commits

..

4 Commits

Author SHA1 Message Date
Jenkins Server
d1442ac715 Recommit for updates in build 69 2026-09-24 16:15:40 +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 1 additions and 16 deletions

View File

@@ -206,12 +206,7 @@
102
103
104
105
106
107
108
109
110</pre>
105</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
@@ -308,11 +303,6 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -a $ARG2$&#39;,
}
confdroid_nrpe::commands::definitions { &#39;check_automatic&#39;:
ne_check_name =&gt; &#39;check_automatic&#39;,
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
}
}</pre>
</td>

View File

@@ -101,10 +101,5 @@ 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',
ne_check_cmd => 'check_procs',
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
}
}
}