recommit for updates in build 24
This commit is contained in:
@@ -1814,18 +1814,19 @@ enabled.</p>
|
||||
<span class='name'>ng_required_hosts</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>array</tt>)</span>
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>['']</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Array of <strong>FQDNs</strong> for hosts which
|
||||
should be allowed/required.
|
||||
every entry in the array creates a new line in
|
||||
the configuration file.</p>
|
||||
<p>String of <strong>FQDNs</strong> for hosts which
|
||||
should be
|
||||
allowed/required. Requires format
|
||||
'host1.example.com
|
||||
host2.example.com'</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -1835,23 +1836,20 @@ the configuration file.</p>
|
||||
<span class='name'>ng_required_ips</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>array</tt>)</span>
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>['127.0.0.0/8']</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>'127.0.0.0/8'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Array of <b>_<em>Ip addresses __** for hosts which
|
||||
<p>string of <b>_<em>Ip addresses __** for hosts which
|
||||
should be
|
||||
allowed/reqired. every entry in the array creates a new line in
|
||||
the
|
||||
configuration fileIp addresses _</em></b> for hosts
|
||||
which
|
||||
should be allowed/reqired. every entry in the array creates a new
|
||||
line in
|
||||
the configuration file</p>
|
||||
allowed/reqired. Requires format 'ipaddress ip address range'Ip
|
||||
addresses _</em></b> for hosts which
|
||||
should be allowed/reqired.
|
||||
Requires format 'ipaddress ip address range'</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -1873,6 +1871,7 @@ the configuration file</p>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
203
|
||||
204
|
||||
205
|
||||
206
|
||||
@@ -2029,11 +2028,10 @@ the configuration file</p>
|
||||
357
|
||||
358
|
||||
359
|
||||
360
|
||||
361</pre>
|
||||
360</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 204</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 203</span>
|
||||
|
||||
class cd_nagios::params (
|
||||
|
||||
@@ -2142,8 +2140,8 @@ $ng_ack_no_send = '0',
|
||||
$ng_use_selinux_tools = true,
|
||||
|
||||
# httpd
|
||||
$ng_required_hosts = [''],
|
||||
$ng_required_ips = ['127.0.0.0/8'],
|
||||
$ng_required_hosts = '',
|
||||
$ng_required_ips = '127.0.0.0/8',
|
||||
|
||||
) {
|
||||
|
||||
@@ -2200,7 +2198,7 @@ $ng_nagios_conf_erb = 'cd_nagios/httpd/nagios_conf.erb'
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Fri Jul 21 13:35:01 2017 by
|
||||
Generated on Fri Jul 21 14:51:30 2017 by
|
||||
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.9 (ruby-2.0.0).
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user