diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 53f5369..4c1374c 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -1423,6 +1423,96 @@ inherited by all classes except defines. —
The maximum check result reaper time for Nagios. Default is ‘30’.
+The maximum check result file age for Nagios. Default is ‘3600’.
+The cached host check horizon for Nagios. Default is ‘15’.
+The cached service check horizon for Nagios. Default is ‘15’.
+Whether to enable predictive host dependency checks in Nagios. Default is ‘1’.
+Whether to enable predictive service dependency checks in Nagios. Default is ‘1’.
-155 -156 -157 -158 -159 -160 -161 -162 -163 -164 165 166 167 @@ -1637,10 +1717,26 @@ inherited by all classes except defines. 351 352 353 -354+354 +355 +356 +357 +358 +359 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +370
# File 'manifests/params.pp', line 155
+ # File 'manifests/params.pp', line 165
class confdroid_nagios::params (
@@ -1699,6 +1795,11 @@ class confdroid_nagios::params (
String $ng_max_concurrent_checks = '0',
String $ng_check_res_reaper_freq = '10',
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
String $ng_context_help = '1',
@@ -1817,6 +1918,7 @@ class confdroid_nagios::params (
$ng_command_file = "${ng_cmd_dir}/nagios.cmd"
$ng_lock_file = "${ng_run_dir}/nagios.pid"
$ng_temp_file = "${ng_spool_dir}/nagios.tmp"
+ $ng_check_result_path = "${ng_spool_dir}/checkresults"
## old
$ng_taccgi_erb = 'confdroid_nagios/selinux/taccgi.erb'