Recommit for updates in build 32

This commit is contained in:
Jenkins Server
2026-03-11 16:37:01 +01:00
parent f431182572
commit f48c753775
3 changed files with 15 additions and 5 deletions

View File

@@ -121,7 +121,7 @@
</li><li> </li><li>
<p>manage dynamic NRPE check command definitions</p> <p>manage dynamic NRPE check command definitions</p>
</li><li> </li><li>
<p>manage iptables (optional). set <code>ne_incl_fw</code>to <code>true</code>.</p> <p>manage iptables (optional). set <code>ne_incl_fw</code>to <code>true</code></p>
</li><li> </li><li>
<p>manage selinux rule exceptions (optional)</p> <p>manage selinux rule exceptions (optional)</p>
</li><li> </li><li>
@@ -162,7 +162,7 @@
<p>through Foreman:</p> <p>through Foreman:</p>
</li></ul> </li></ul>
<p>In order to apply parameters through Foreman, *<strong><em>confdroid_nrpe::params</em></strong>- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p> <p>In order to apply parameters through Foreman, <strong>confdroid_nrpe::params</strong>- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p>
<p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p> <p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>

View File

@@ -121,7 +121,7 @@
</li><li> </li><li>
<p>manage dynamic NRPE check command definitions</p> <p>manage dynamic NRPE check command definitions</p>
</li><li> </li><li>
<p>manage iptables (optional). set <code>ne_incl_fw</code>to <code>true</code>.</p> <p>manage iptables (optional). set <code>ne_incl_fw</code>to <code>true</code></p>
</li><li> </li><li>
<p>manage selinux rule exceptions (optional)</p> <p>manage selinux rule exceptions (optional)</p>
</li><li> </li><li>
@@ -162,7 +162,7 @@
<p>through Foreman:</p> <p>through Foreman:</p>
</li></ul> </li></ul>
<p>In order to apply parameters through Foreman, *<strong><em>confdroid_nrpe::params</em></strong>- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p> <p>In order to apply parameters through Foreman, <strong>confdroid_nrpe::params</strong>- must be added to the host or host group in question, unless the defaults are fully acceptable across the estate.</p>
<p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p> <p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>

View File

@@ -170,7 +170,12 @@
66 66
67 67
68 68
69</pre> 69
70
71
72
73
74</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span> <pre class="code"><span class="info file"># File 'manifests/commands/definition_rules.pp', line 12</span>
@@ -231,6 +236,11 @@ class confdroid_nrpe::commands::definition_rules (
ne_check_cmd =&gt; &#39;check_swap&#39;, ne_check_cmd =&gt; &#39;check_swap&#39;,
ne_cmd_argstring =&gt; &#39;-w $ARG1$ -c $ARG2$&#39;, ne_cmd_argstring =&gt; &#39;-w $ARG1$ -c $ARG2$&#39;,
} }
confdroid_nrpe::commands::definitions { &#39;check_fail2ban&#39;:
ne_check_cmd =&gt; &#39;check_procs&#39;,
ne_cmd_argstring =&gt; &#39;-c $ARG1$ -C $ARG2$&#39;,
}
} }
}</pre> }</pre>
</td> </td>