recommit for updates in build 143
This commit is contained in:
@@ -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>'5666'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<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 = '50',
|
||||
$ng_http_port = '80',
|
||||
$ng_https_port = '443',
|
||||
$ng_nrpe_port = '5666',
|
||||
|
||||
# check command parameters
|
||||
## ping
|
||||
@@ -5514,9 +5535,6 @@ $ng_loadctl_options = 'jobs_max=100;backoff_limit=10;rampup_change=5
|
||||
'nagios-plugins-nrpe',
|
||||
'nagios-common']
|
||||
}
|
||||
$reqpackages_nrpe = $::operatingsystem ? {
|
||||
/(?i-mx:centos|fedora|redhat)/ => ['nrpe']
|
||||
}
|
||||
|
||||
# service
|
||||
$ng_service = 'nagios'
|
||||
@@ -5599,6 +5617,9 @@ $ng_cntctgrps_rule_erb = 'cd_nagios/nagios/contactgroups_cfg_rule.erb&#
|
||||
$ng_target_command = "${ng_conf_d_dir}/nagios_commands_base.cfg"
|
||||
$ng_nagios_service_cmd = 'check_nagios!/var/log/nagios/status.dat!5!/usr/sbin/nagios'
|
||||
|
||||
# nrpe
|
||||
$ng_nrpe_file = "${ng_main_dir}/nrpe.cfg"
|
||||
|
||||
# includes must be last
|
||||
|
||||
include cd_nagios::main::config
|
||||
@@ -5611,7 +5632,7 @@ $ng_nagios_service_cmd = '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>
|
||||
|
||||
Reference in New Issue
Block a user