Recommit for updates in build 103
This commit is contained in:
@@ -897,6 +897,24 @@ inherited by all classes except defines.
|
|||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>The ensure value for the default host group Default is ‘present’.</p>
|
<p>The ensure value for the default host group Default is ‘present’.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_max_check_attempts</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'10'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>The maximum number of check attempts before a host or service is considered down. Default is ‘10’.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -912,8 +930,6 @@ inherited by all classes except defines.
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
97
|
|
||||||
98
|
|
||||||
99
|
99
|
||||||
100
|
100
|
||||||
101
|
101
|
||||||
@@ -1073,10 +1089,12 @@ inherited by all classes except defines.
|
|||||||
255
|
255
|
||||||
256
|
256
|
||||||
257
|
257
|
||||||
258</pre>
|
258
|
||||||
|
259
|
||||||
|
260</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 97</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 99</span>
|
||||||
|
|
||||||
class confdroid_nagios::params (
|
class confdroid_nagios::params (
|
||||||
|
|
||||||
@@ -1088,7 +1106,7 @@ class confdroid_nagios::params (
|
|||||||
Boolean $ng_include_nrpe = true,
|
Boolean $ng_include_nrpe = true,
|
||||||
String $ng_main_user = 'nagios',
|
String $ng_main_user = 'nagios',
|
||||||
String $ng_main_password = 'nagios',
|
String $ng_main_password = 'nagios',
|
||||||
|
String $ng_max_check_attempts = '10',
|
||||||
# contact groups
|
# contact groups
|
||||||
String $ng_contactgroup_name = 'admins',
|
String $ng_contactgroup_name = 'admins',
|
||||||
String $ng_contactgroup_alias = 'Nagios Administrators',
|
String $ng_contactgroup_alias = 'Nagios Administrators',
|
||||||
|
|||||||
Reference in New Issue
Block a user