diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 0a23183..a98bf6d 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -2323,6 +2323,348 @@ inherited by all classes except defines. —
The expected result for processing service performance data in Nagios. Default is ‘0’.
+Whether to enable obsessing over services in Nagios. Default is ‘0’.
+The command to run for obsessive compulsive service processing in Nagios. Default is ‘somecommand’.
+Whether to enable obsessing over hosts in Nagios. Default is ‘0’.
+The command to run for obsessive compulsive host processing in Nagios. Default is ‘somecommand’.
+Whether to translate passive host checks in Nagios. Default is ‘0’.
+Whether to treat passive host checks as soft in Nagios. Default is ‘0’.
+Whether to check for orphaned service checks in Nagios. Default is ‘1’.
+Whether to check for orphaned host checks in Nagios. Default is ‘1’.
+Whether to check for service freshness in Nagios. Default is ‘1’.
+The interval for checking service freshness in Nagios. Default is ‘60’.
+The state to set a service to when it times out in Nagios. Default is ‘c’.
+Whether to check for host freshness in Nagios. Default is ‘1’.
+The interval for checking host freshness in Nagios. Default is ‘60’.
+The additional latency threshold for freshness checks in Nagios. Default is ‘15’.
+Whether to enable flap detection in Nagios. Default is ‘1’.
+The low service flap threshold for Nagios. Default is ‘5.0’.
+The high service flap threshold for Nagios. Default is ‘20.0’.
+The low host flap threshold for Nagios. Default is ‘5.0’.
+The high host flap threshold for Nagios. Default is ‘20.0’.
-253 -254 -255 -256 -257 -258 -259 -260 -261 -262 -263 -264 -265 -266 -267 -268 -269 -270 -271 -272 -273 -274 -275 -276 -277 -278 -279 -280 -281 -282 -283 -284 -285 -286 -287 -288 -289 -290 291 292 293 @@ -2591,10 +2895,67 @@ inherited by all classes except defines. 503 504 505 -506+506 +507 +508 +509 +510 +511 +512 +513 +514 +515 +516 +517 +518 +519 +520 +521 +522 +523 +524 +525 +526 +527 +528 +529 +530 +531 +532 +533 +534 +535 +536 +537 +538 +539 +540 +541 +542 +543 +544 +545 +546 +547 +548 +549 +550 +551 +552 +553 +554 +555 +556 +557 +558 +559 +560 +561 +562 +563
# File 'manifests/params.pp', line 253
+ # File 'manifests/params.pp', line 291
class confdroid_nagios::params (
@@ -2703,6 +3064,25 @@ class confdroid_nagios::params (
String $ng_s_perfdata_proc_cmd = 'process-service-perfdata',
String $ng_h_perfdata_proc_e_result = '0',
String $ng_s_perfdata_proc_e_result = '0',
+ String $ng_obsess_over_services = '0',
+ String $ng_ocsp_command = 'somecommand',
+ String $ng_obsess_over_hosts = '0',
+ String $ng_ochp_command = 'somecommand',
+ String $ng_translate_pass_h_checks = '0',
+ String $ng_pass_h_checks_are_soft = '0',
+ String $ng_check_orphaned_svc = '1',
+ String $ng_check_orphaned_hosts = '1',
+ String $ng_check_service_freshness = '1',
+ String $ng_svc_fresh_check_intval = '60',
+ String $ng_svc_check_timeout_state = 'c',
+ String $ng_check_host_freshness = '1',
+ String $ng_host_fresh_check_intval = '60',
+ String $ng_add_freshness_latency = '15',
+ String $ng_enable_flap_detection = '1',
+ String $ng_low_svc_flap_threshold = '5.0',
+ String $ng_high_svc_flap_threshold = '20.0',
+ String $ng_low_h_flap_threshold = '5.0',
+ String $ng_high_h_flap_threshold = '20.0',
# cgi.cfg
String $ng_context_help = '1',