Recommit for updates in build 104
This commit is contained in:
@@ -915,6 +915,24 @@ inherited by all classes except defines.
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The maximum number of check attempts before a host or service is considered down. Default is ‘10’.</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>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to enable the check_swap command. Default is true.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -930,8 +948,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
99
|
||||
100
|
||||
101
|
||||
102
|
||||
103
|
||||
@@ -1091,10 +1107,15 @@ inherited by all classes except defines.
|
||||
257
|
||||
258
|
||||
259
|
||||
260</pre>
|
||||
260
|
||||
261
|
||||
262
|
||||
263
|
||||
264
|
||||
265</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 confdroid_nagios::params (
|
||||
|
||||
@@ -1164,6 +1185,9 @@ class confdroid_nagios::params (
|
||||
String $ng_load_crit = '10.00,6.00,4.00',
|
||||
String $ng_load_ensure = 'present',
|
||||
|
||||
# single nagios checks
|
||||
Boolean $ng_enable_swap_check = true,
|
||||
|
||||
) {
|
||||
# Default facts
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
Reference in New Issue
Block a user