Recommit for updates in build 208

This commit is contained in:
Jenkins Server
2026-03-11 15:47:28 +01:00
parent da0a2ccb71
commit 07cba199a5

View File

@@ -324,17 +324,7 @@ and populates /etc/nagios/conf.d/nagios_commands.cfg.
229 229
230 230
231 231
232 232</pre>
233
234
235
236
237
238
239
240
241
242</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/nagios/objects/commands.pp', line 8</span> <pre class="code"><span class="info file"># File 'manifests/nagios/objects/commands.pp', line 8</span>
@@ -556,17 +546,7 @@ class confdroid_nagios::nagios::objects::commands (
@@nagios_command { &#39;check_fail2ban&#39;: @@nagios_command { &#39;check_fail2ban&#39;:
ensure =&gt; present, ensure =&gt; present,
command_name =&gt; &#39;check_fail2ban&#39;, command_name =&gt; &#39;check_fail2ban&#39;,
command_line =&gt; &#39;$USER1$/check_procs -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$&#39;, command_line =&gt; &#39;$USER1$/check_procs -c $ARG1$ -C $ARG2$&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
target =&gt; $ng_target_command,
}
@@nagios_command { &#39;check_procs&#39;:
ensure =&gt; present,
command_name =&gt; &#39;check_procs&#39;,
command_line =&gt; &#39;$USER1$/check_procs -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -a $ARG3$&#39;,
owner =&gt; $ng_user, owner =&gt; $ng_user,
group =&gt; $ng_user, group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;, mode =&gt; &#39;0640&#39;,