diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index ea24881..f95cf06 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -1643,22 +1643,6 @@ inherited by all classes except defines. -
Whether to enable flap detection in the Nagios configuration. Default is ‘1’, which means flap detection will be enabled. You can set this to ‘0’ to disable flap detection if needed.
-The command to process host performance data in the Nagios configuration.
+Whether to obsess over services in the Nagios configuration. Default is ‘0’, which means not to obsess over services. You can set this to ‘1’ to enable obsessing over services if needed.
+The command to process obsessive service checks in the Nagios configuration. Default is ”, which means no specific command will be configured for obsessive service checks. You can set this to a specific command if needed.
+Whether to obsess over hosts in the Nagios configuration. Default is ‘0’, which means not to obsess over hosts. You can set this to ‘1’ to enable obsessing over hosts if needed.
+The command to process obsessive host checks in the Nagios configuration. Default is ”, which means no specific command will be configured for obsessive host checks. You can set this to a specific command if needed.
-402 -403 -404 -405 -406 -407 -408 -409 -410 -411 -412 -413 414 415 416 @@ -2105,10 +2149,27 @@ inherited by all classes except defines. 600 601 602 -603+603 +604 +605 +606 +607 +608 +609 +610 +611 +612 +613 +614 +615 +616 +617 +618 +619 +620
# File 'manifests/params.pp', line 402
+ # File 'manifests/params.pp', line 414
class confdroid_nagios::params (
@@ -2214,6 +2275,11 @@ class confdroid_nagios::params (
String $ng_s_perfdata_proc_intval = '0',
String $ng_h_perfdata_proc_cmd = 'process-host-perfdata-file',
String $ng_s_perfdata_proc_cmd = 'process-service-perfdata-file',
+ String $ng_obsess_over_services = '0',
+ String $ng_ocsp_command = '',
+ String $ng_obsess_over_hosts = '0',
+ String $ng_ochp_command = '',
+
# httpd
Boolean $ng_use_https = false,