Recommit for updates in build 32
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
</li><li>
|
||||
<p>manage dynamic NRPE check command definitions</p>
|
||||
</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>
|
||||
<p>manage selinux rule exceptions (optional)</p>
|
||||
</li><li>
|
||||
@@ -162,7 +162,7 @@
|
||||
<p>through Foreman:</p>
|
||||
</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>
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
</li><li>
|
||||
<p>manage dynamic NRPE check command definitions</p>
|
||||
</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>
|
||||
<p>manage selinux rule exceptions (optional)</p>
|
||||
</li><li>
|
||||
@@ -162,7 +162,7 @@
|
||||
<p>through Foreman:</p>
|
||||
</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>
|
||||
|
||||
|
||||
@@ -170,7 +170,12 @@
|
||||
66
|
||||
67
|
||||
68
|
||||
69</pre>
|
||||
69
|
||||
70
|
||||
71
|
||||
72
|
||||
73
|
||||
74</pre>
|
||||
</td>
|
||||
<td>
|
||||
<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 => 'check_swap',
|
||||
ne_cmd_argstring => '-w $ARG1$ -c $ARG2$',
|
||||
}
|
||||
|
||||
confdroid_nrpe::commands::definitions { 'check_fail2ban':
|
||||
ne_check_cmd => 'check_procs',
|
||||
ne_cmd_argstring => '-c $ARG1$ -C $ARG2$',
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user