Recommit for updates in build 9
This commit is contained in:
@@ -741,6 +741,24 @@ inherited by all classes except defines.
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to manage command rules for NRPE checks, to allow dynamic check & command rules.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ne_nagios_source</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'0.0.0.0/0'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the source address for the firewall rule. Adjust to your environment if needed. Default is ‘0.0.0.0/0’ to allow all sources, but it is recommended to specify the nagios server IP or subnet.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -763,9 +781,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
78
|
||||
79
|
||||
80
|
||||
81
|
||||
82
|
||||
83
|
||||
@@ -849,10 +864,14 @@ inherited by all classes except defines.
|
||||
161
|
||||
162
|
||||
163
|
||||
164</pre>
|
||||
164
|
||||
165
|
||||
166
|
||||
167
|
||||
168</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 78</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 81</span>
|
||||
|
||||
class confdroid_nrpe::params (
|
||||
|
||||
@@ -899,6 +918,7 @@ class confdroid_nrpe::params (
|
||||
# firewall
|
||||
Boolean $ne_incl_fw = true,
|
||||
String $ne_fw_order_no = '50',
|
||||
String $ne_nagios_source = '0.0.0.0/0',
|
||||
|
||||
# selinux
|
||||
Boolean $ne_include_selinux = true,
|
||||
|
||||
Reference in New Issue
Block a user