recommit for updates in build 143

This commit is contained in:
2017-07-28 15:24:01 +02:00
parent 3dbbca47d8
commit 08fd1fcb5c
38 changed files with 406 additions and 348 deletions

View File

@@ -4871,6 +4871,25 @@ rampup_limit - Minimum
rampup_change
rampup_change - # of jobs to add to jobs_limit when ramping
up</p>
</div>
</li>
<li>
<span class='name'>ng_nrpe_port</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;5666&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the port for NRPE. used by firewall and in
configuration file.</p>
</div>
</li>
@@ -4892,8 +4911,6 @@ up</p>
<pre class="lines">
646
647
648
649
650
@@ -5245,10 +5262,13 @@ up</p>
996
997
998
999</pre>
999
1000
1001
1002</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 646</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 648</span>
class cd_nagios::params (
@@ -5268,6 +5288,7 @@ $ng_http_https_fw = true,
$ng_fw_order = &#39;50&#39;,
$ng_http_port = &#39;80&#39;,
$ng_https_port = &#39;443&#39;,
$ng_nrpe_port = &#39;5666&#39;,
# check command parameters
## ping
@@ -5514,9 +5535,6 @@ $ng_loadctl_options = &#39;jobs_max=100;backoff_limit=10;rampup_change=5
&#39;nagios-plugins-nrpe&#39;,
&#39;nagios-common&#39;]
}
$reqpackages_nrpe = $::operatingsystem ? {
/(?i-mx:centos|fedora|redhat)/ =&gt; [&#39;nrpe&#39;]
}
# service
$ng_service = &#39;nagios&#39;
@@ -5599,6 +5617,9 @@ $ng_cntctgrps_rule_erb = &#39;cd_nagios/nagios/contactgroups_cfg_rule.erb&#
$ng_target_command = &quot;${ng_conf_d_dir}/nagios_commands_base.cfg&quot;
$ng_nagios_service_cmd = &#39;check_nagios!/var/log/nagios/status.dat!5!/usr/sbin/nagios&#39;
# nrpe
$ng_nrpe_file = &quot;${ng_main_dir}/nrpe.cfg&quot;
# includes must be last
include cd_nagios::main::config
@@ -5611,7 +5632,7 @@ $ng_nagios_service_cmd = &#39;check_nagios!/var/log/nagios/status.dat!5!/us
</div>
<div id="footer">
Generated on Fri Jul 28 14:20:47 2017 by
Generated on Fri Jul 28 15:23:55 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>