diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index a1d4ae8..7851692 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -379,6 +379,24 @@ inherited by all classes except defines. —
The global service event handler to be used in the Nagios configuration. Default is an empty string, which means no global service event handler will be configured. You can specify a command like ‘notify-service-by-email’ to set a global service event handler that sends email notifications for service events, for example.
+The number of check worker processes to be configured in the Nagios configuration. Default is an empty string, which means no specific number of check worker processes will be configured. You can specify a number like ‘5’ to set the number of check worker processes to 5, for example.
-44 -45 -46 -47 -48 49 50 51 @@ -512,10 +525,16 @@ inherited by all classes except defines. 159 160 161 -162+162 +163 +164 +165 +166 +167 +168
# File 'manifests/params.pp', line 44
+ # File 'manifests/params.pp', line 49
class confdroid_nagios::params (
@@ -538,6 +557,7 @@ class confdroid_nagios::params (
String $ng_event_broker_module = '',
String $ng_glob_host_evt_handler = '',
String $ng_glob_svc_evt_handler = '',
+ String $ng_check_workers = '',
# httpd
Boolean $ng_use_https = false,