diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 4c1374c..3c4a017 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -1513,6 +1513,222 @@ inherited by all classes except defines. —
Whether to enable predictive service dependency checks in Nagios. Default is ‘1’.
+Whether to enable soft state dependencies in Nagios. Default is ‘0’.
+The time change threshold for Nagios. Default is ‘900’.
+Whether to automatically reschedule checks in Nagios. Default is ‘1’.
+The interval for automatically rescheduling checks in Nagios. Default is ‘30’.
+The window for automatically rescheduling checks in Nagios. Default is ‘180’.
+The service check timeout for Nagios. Default is ‘60’.
+The host check timeout for Nagios. Default is ‘30’.
+The event handler timeout for Nagios. Default is ‘30’.
+The notification timeout for Nagios. Default is ‘30’.
+The OCSP timeout for Nagios. Default is ‘5’.
+The OCHP timeout for Nagios. Default is ‘5’.
+The performance data timeout for Nagios. Default is ‘5’.
-165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 -177 -178 -179 -180 -181 -182 -183 -184 -185 -186 187 188 189 @@ -1733,10 +1927,44 @@ inherited by all classes except defines. 367 368 369 -370+370 +371 +372 +373 +374 +375 +376 +377 +378 +379 +380 +381 +382 +383 +384 +385 +386 +387 +388 +389 +390 +391 +392 +393 +394 +395 +396 +397 +398 +399 +400 +401 +402 +403 +404
# File 'manifests/params.pp', line 165
+ # File 'manifests/params.pp', line 187
class confdroid_nagios::params (
@@ -1800,6 +2028,18 @@ class confdroid_nagios::params (
String $ng_cached_s_check_horizon = '15',
String $ng_pred_host_dep_checks = '1',
String $ng_pred_svc_dep_checks = '1',
+ String $ng_soft_state_dependencies = '0',
+ String $ng_time_change_threshold = '900',
+ String $ng_auto_reschedule_checks = '1',
+ String $ng_auto_reschedule_intval = '30',
+ String $ng_auto_reschedule_window = '180',
+ String $ng_service_check_timeout = '60',
+ String $ng_host_check_timeout = '30',
+ String $ng_event_handler_timeout = '30',
+ String $ng_notification_timeout = '30',
+ String $ng_ocsp_timeout = '5',
+ String $ng_ochp_timeout = '5',
+ String $ng_perfdata_timeout = '5',
# cgi.cfg
String $ng_context_help = '1',