recommit for updates in build 40

This commit is contained in:
Jenkins Server
2017-07-30 13:32:22 +02:00
parent 409bc74d5f
commit 3f047c24dd
18 changed files with 456 additions and 46 deletions

View File

@@ -81,6 +81,8 @@
<span class='object_link'><a href="cd_nrpe_3A_3Afirewall_3A_3Aiptables.html" title="puppet_classes::cd_nrpe::firewall::iptables (puppet_class)">cd_nrpe::firewall::iptables</a></span><br/>
<span class='object_link'><a href="cd_nrpe_3A_3Acommands_3A_3Adefinitions.html" title="puppet_classes::cd_nrpe::commands::definitions (puppet_class)">cd_nrpe::commands::definitions</a></span><br/>
</dd>
</dl>
@@ -843,6 +845,26 @@ needed.</p>
&mdash;
<div class='inline'>
<p>Whether to enable SSL certificates.</p>
</div>
</li>
<li>
<span class='name'>ne_manage_cmds</span>
<span class='type'>(<tt>boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to manage command rules for NRPE
checks, to allow dynamic check
&amp; command rules.</p>
</div>
</li>
@@ -864,8 +886,6 @@ needed.</p>
<pre class="lines">
99
100
101
102
103
@@ -939,15 +959,24 @@ needed.</p>
171
172
173
174</pre>
174
175
176
177
178
179
180
181</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 99</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span>
class cd_nrpe::params (
$pkg_ensure = &#39;latest&#39;,
$ne_manage_cmds = true,
# user settings
$ne_user = &#39;nrpe&#39;,
$ne_user_comment = &#39;NRPE service user&#39;,
@@ -1014,6 +1043,9 @@ $ne_main_conf_erb = &#39;cd_nrpe/nrpe_cfg.erb&#39;
$ne_nrpe_pid_file = &quot;${ne_run_dir}/nrpe.pid&quot;
$ne_nrpe_conf_file = &#39;/etc/sysconfig/nrpe&#39;
$ne_nrpe_conf_erb = &#39;cd_nrpe/nrpe_conf.erb&#39;
$ne_cmd_file = &quot;${ne_main_conf_d_dir}/commands.cfg&quot;
$ne_cmd_head_erb = &#39;cd_nrpe/cmd_head.erb&#39;
$ne_cmd_rule_erb = &#39;cd_nrpe/cmd_rule.erb&#39;
# includes must be last
@@ -1027,7 +1059,7 @@ $ne_nrpe_conf_erb = &#39;cd_nrpe/nrpe_conf.erb&#39;
</div>
<div id="footer">
Generated on Fri Jul 28 20:48:55 2017 by
Generated on Sun Jul 30 13:32:19 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>