Recommit for updates in build 149
This commit is contained in:
@@ -1423,6 +1423,96 @@ inherited by all classes except defines.
|
|||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>The maximum check result reaper time for Nagios. Default is ‘30’.</p>
|
<p>The maximum check result reaper time for Nagios. Default is ‘30’.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_max_check_res_file_age</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'3600'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>The maximum check result file age for Nagios. Default is ‘3600’.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_cached_h_check_horizon</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'15'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>The cached host check horizon for Nagios. Default is ‘15’.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_cached_s_check_horizon</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'15'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>The cached service check horizon for Nagios. Default is ‘15’.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_pred_host_dep_checks</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'1'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>Whether to enable predictive host dependency checks in Nagios. Default is ‘1’.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>ng_pred_svc_dep_checks</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'1'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>Whether to enable predictive service dependency checks in Nagios. Default is ‘1’.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -1438,16 +1528,6 @@ inherited by all classes except defines.
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
155
|
|
||||||
156
|
|
||||||
157
|
|
||||||
158
|
|
||||||
159
|
|
||||||
160
|
|
||||||
161
|
|
||||||
162
|
|
||||||
163
|
|
||||||
164
|
|
||||||
165
|
165
|
||||||
166
|
166
|
||||||
167
|
167
|
||||||
@@ -1637,10 +1717,26 @@ inherited by all classes except defines.
|
|||||||
351
|
351
|
||||||
352
|
352
|
||||||
353
|
353
|
||||||
354</pre>
|
354
|
||||||
|
355
|
||||||
|
356
|
||||||
|
357
|
||||||
|
358
|
||||||
|
359
|
||||||
|
360
|
||||||
|
361
|
||||||
|
362
|
||||||
|
363
|
||||||
|
364
|
||||||
|
365
|
||||||
|
366
|
||||||
|
367
|
||||||
|
368
|
||||||
|
369
|
||||||
|
370</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 155</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 165</span>
|
||||||
|
|
||||||
class confdroid_nagios::params (
|
class confdroid_nagios::params (
|
||||||
|
|
||||||
@@ -1699,6 +1795,11 @@ class confdroid_nagios::params (
|
|||||||
String $ng_max_concurrent_checks = '0',
|
String $ng_max_concurrent_checks = '0',
|
||||||
String $ng_check_res_reaper_freq = '10',
|
String $ng_check_res_reaper_freq = '10',
|
||||||
String $ng_max_check_res_reap_time = '30',
|
String $ng_max_check_res_reap_time = '30',
|
||||||
|
String $ng_max_check_res_file_age = '3600',
|
||||||
|
String $ng_cached_h_check_horizon = '15',
|
||||||
|
String $ng_cached_s_check_horizon = '15',
|
||||||
|
String $ng_pred_host_dep_checks = '1',
|
||||||
|
String $ng_pred_svc_dep_checks = '1',
|
||||||
|
|
||||||
# cgi.cfg
|
# cgi.cfg
|
||||||
String $ng_context_help = '1',
|
String $ng_context_help = '1',
|
||||||
@@ -1817,6 +1918,7 @@ class confdroid_nagios::params (
|
|||||||
$ng_command_file = "${ng_cmd_dir}/nagios.cmd"
|
$ng_command_file = "${ng_cmd_dir}/nagios.cmd"
|
||||||
$ng_lock_file = "${ng_run_dir}/nagios.pid"
|
$ng_lock_file = "${ng_run_dir}/nagios.pid"
|
||||||
$ng_temp_file = "${ng_spool_dir}/nagios.tmp"
|
$ng_temp_file = "${ng_spool_dir}/nagios.tmp"
|
||||||
|
$ng_check_result_path = "${ng_spool_dir}/checkresults"
|
||||||
|
|
||||||
## old
|
## old
|
||||||
$ng_taccgi_erb = 'confdroid_nagios/selinux/taccgi.erb'
|
$ng_taccgi_erb = 'confdroid_nagios/selinux/taccgi.erb'
|
||||||
|
|||||||
Reference in New Issue
Block a user