recommit for updates in build 153

This commit is contained in:
2017-07-31 18:26:56 +02:00
parent 4890a06350
commit 4c10771c88
38 changed files with 101 additions and 47 deletions

View File

@@ -4890,6 +4890,31 @@ up</p>
<div class='inline'>
<p>the port for NRPE. used by firewall and in
configuration file.</p>
</div>
</li>
<li>
<span class='name'>ng_enable_swap_check</span>
<span class='type'>(<tt>boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to enable the declaration of
the swap check. Disabling thi smakes
sense when you use the <code>cd_swap</code>
Puppet module and have enabled
the check declaration from there, so the
Nagios check is properly aligned
to the Puppet module controlling the
particular item.</p>
</div>
</li>
@@ -4911,11 +4936,6 @@ configuration file.</p>
<pre class="lines">
648
649
650
651
652
653
654
655
@@ -5265,10 +5285,19 @@ configuration file.</p>
999
1000
1001
1002</pre>
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 648</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 653</span>
class cd_nagios::params (
@@ -5521,6 +5550,10 @@ $ng_host_down_svc_checks = &#39;0&#39;,
$ng_enable_load_ctl_options = false,
$ng_loadctl_options = &#39;jobs_max=100;backoff_limit=10;rampup_change=5&#39;,
# single nagios checks
$ng_enable_swap_check = true,
) {
# installation section
@@ -5632,7 +5665,7 @@ $ng_nagios_service_cmd = &#39;check_nagios!/var/log/nagios/status.dat!5!/us
</div>
<div id="footer">
Generated on Sun Jul 30 21:38:24 2017 by
Generated on Mon Jul 31 18:26:50 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>