Recommit for updates in build 241

This commit is contained in:
Jenkins Server
2026-09-07 15:48:01 +02:00
parent 2ae8a29521
commit 6b8c6e3635

View File

@@ -334,7 +334,17 @@ and populates /etc/nagios/conf.d/nagios_commands.cfg.
239
240
241
242</pre>
242
243
244
245
246
247
248
249
250
251
252</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/nagios/objects/commands.pp', line 8</span>
@@ -572,6 +582,16 @@ class confdroid_nagios::nagios::objects::commands (
mode =&gt; &#39;0640&#39;,
target =&gt; $ng_target_command,
}
@@nagios_command { &#39;check_haproxy&#39;:
ensure =&gt; present,
command_name =&gt; &#39;check_haproxy&#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,
}
}
}</pre>
</td>