Recommit for updates in build 19
This commit is contained in:
@@ -287,6 +287,24 @@ inherited by all classes except defines.
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The user ID for the Nagios user. Default is 1004.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_include_nrpe</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>true</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to include the NRPE client on the Nagios clients. Default is true.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -302,8 +320,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
24
|
||||
25
|
||||
26
|
||||
27
|
||||
28
|
||||
@@ -347,10 +363,13 @@ inherited by all classes except defines.
|
||||
66
|
||||
67
|
||||
68
|
||||
69</pre>
|
||||
69
|
||||
70
|
||||
71
|
||||
72</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 24</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 26</span>
|
||||
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -359,6 +378,7 @@ class confdroid_nagios::params (
|
||||
Array $ng_reqpackages_server = ['nagios','nagios-devel'],
|
||||
Array $ng_reqpackages_client = ['net-snmp-utils','nagios-plugins','nagios-plugins-all','nagios-plugins-nrpe','nagios-common'],
|
||||
String $ng_pkg_ensure = 'present',
|
||||
Boolean $ng_include_nrpe = true,
|
||||
|
||||
# user
|
||||
String $ng_user = 'nagios',
|
||||
|
||||
Reference in New Issue
Block a user