Recommit for updates in build 104
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
</li><li>
|
</li><li>
|
||||||
<p>contacts and contactgroups are separated and filled in via define</p>
|
<p>contacts and contactgroups are separated and filled in via define</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>hostgroups are filled in via define, hosts are added dynamically</p>
|
<p>hostgroups are filled in via define, hosts are added dynamically via target.pp.</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>configures all required directories for server and clients and sets proper permissions and selinux contexts</p>
|
<p>configures all required directories for server and clients and sets proper permissions and selinux contexts</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
|
|||||||
@@ -122,7 +122,7 @@
|
|||||||
</li><li>
|
</li><li>
|
||||||
<p>contacts and contactgroups are separated and filled in via define</p>
|
<p>contacts and contactgroups are separated and filled in via define</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>hostgroups are filled in via define, hosts are added dynamically</p>
|
<p>hostgroups are filled in via define, hosts are added dynamically via target.pp.</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
<p>configures all required directories for server and clients and sets proper permissions and selinux contexts</p>
|
<p>configures all required directories for server and clients and sets proper permissions and selinux contexts</p>
|
||||||
</li><li>
|
</li><li>
|
||||||
|
|||||||
@@ -915,6 +915,24 @@ inherited by all classes except defines.
|
|||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>The maximum number of check attempts before a host or service is considered down. Default is ‘10’.</p>
|
<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>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -930,8 +948,6 @@ inherited by all classes except defines.
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
99
|
|
||||||
100
|
|
||||||
101
|
101
|
||||||
102
|
102
|
||||||
103
|
103
|
||||||
@@ -1091,10 +1107,15 @@ inherited by all classes except defines.
|
|||||||
257
|
257
|
||||||
258
|
258
|
||||||
259
|
259
|
||||||
260</pre>
|
260
|
||||||
|
261
|
||||||
|
262
|
||||||
|
263
|
||||||
|
264
|
||||||
|
265</pre>
|
||||||
</td>
|
</td>
|
||||||
<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 (
|
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_crit = '10.00,6.00,4.00',
|
||||||
String $ng_load_ensure = 'present',
|
String $ng_load_ensure = 'present',
|
||||||
|
|
||||||
|
# single nagios checks
|
||||||
|
Boolean $ng_enable_swap_check = true,
|
||||||
|
|
||||||
) {
|
) {
|
||||||
# Default facts
|
# Default facts
|
||||||
$fqdn = $facts['networking']['fqdn']
|
$fqdn = $facts['networking']['fqdn']
|
||||||
|
|||||||
Reference in New Issue
Block a user