Recommit for updates in build 206

This commit is contained in:
Jenkins Server
2026-03-11 15:27:13 +01:00
parent 88a55473e0
commit 84f63e4cae

View File

@@ -314,7 +314,17 @@ and populates /etc/nagios/conf.d/nagios_commands.cfg.
219
220
221
222</pre>
222
223
224
225
226
227
228
229
230
231
232</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/nagios/objects/commands.pp', line 8</span>
@@ -532,6 +542,16 @@ class confdroid_nagios::nagios::objects::commands (
mode =&gt; &#39;0640&#39;,
target =&gt; $ng_target_command,
}
@@nagios_command { &#39;check_fail2ban&#39;:
ensure =&gt; present,
command_name =&gt; &#39;check_fail2ban&#39;,
command_line =&gt; &#39;$USER1$/check_procs -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$&#39;,
owner =&gt; $ng_user,
group =&gt; $ng_user,
mode =&gt; &#39;0640&#39;,
target =&gt; $ng_target_command,
}
}
}</pre>
</td>