recommit for updates in build 18

This commit is contained in:
2017-07-21 13:35:04 +02:00
parent 3467a6c555
commit 109eea2716
19 changed files with 528 additions and 72 deletions

View File

@@ -77,6 +77,8 @@
<span class='object_link'><a href="cd_nagios_3A_3Aserver_3A_3Afiles.html" title="puppet_classes::cd_nagios::server::files (puppet_class)">cd_nagios::server::files</a></span><br/>
<span class='object_link'><a href="cd_nagios_3A_3Aclient_3A_3Atarget.html" title="puppet_classes::cd_nagios::client::target (puppet_class)">cd_nagios::client::target</a></span><br/>
<span class='object_link'><a href="cd_nagios_3A_3Aselinux_3A_3Aconfig.html" title="puppet_classes::cd_nagios::selinux::config (puppet_class)">cd_nagios::selinux::config</a></span><br/>
<span class='object_link'><a href="cd_nagios_3A_3Aserver_3A_3Aservice.html" title="puppet_classes::cd_nagios::server::service (puppet_class)">cd_nagios::server::service</a></span><br/>
@@ -1820,10 +1822,36 @@ enabled.</p>
&mdash;
<div class='inline'>
<p>Array of FQDNs for hosts which should be
allowed/required. every entry in
the array creates a new line in the
configuration file.</p>
<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>
</div>
</li>
<li>
<span class='name'>ng_required_ips</span>
<span class='type'>(<tt>array</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;127.0.0.0/8&#39;]</tt>)</em>
&mdash;
<div class='inline'>
<p>Array of &lt;b&gt;_&lt;em&gt;Ip addresses __** for hosts which
should be
allowed/reqired. every entry in the array creates a new line in
the
configuration fileIp addresses _&lt;/em&gt;&lt;/b&gt; for hosts
which
should be allowed/reqired. every entry in the array creates a new
line in
the configuration file</p>
</div>
</li>
@@ -1845,9 +1873,6 @@ configuration file.</p>
<pre class="lines">
201
202
203
204
205
206
@@ -2001,10 +2026,14 @@ configuration file.</p>
354
355
356
357</pre>
357
358
359
360
361</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 201</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 204</span>
class cd_nagios::params (
@@ -2114,6 +2143,7 @@ $ng_use_selinux_tools = true,
# httpd
$ng_required_hosts = [&#39;&#39;],
$ng_required_ips = [&#39;127.0.0.0/8&#39;],
) {
@@ -2170,7 +2200,7 @@ $ng_nagios_conf_erb = &#39;cd_nagios/httpd/nagios_conf.erb&#39;
</div>
<div id="footer">
Generated on Fri Jul 21 13:06:56 2017 by
Generated on Fri Jul 21 13:35:01 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>