From 521e41acc61783d1c4ea3d25e124d27a4dc1e101 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 14 Feb 2026 16:25:48 +0100 Subject: [PATCH] Recommit for updates in build 32 --- .../confdroid_nagios_3A_3Aparams.html | 34 +++++++++++++++---- 1 file changed, 27 insertions(+), 7 deletions(-) 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.

+
+ + + +
  • + + ng_check_workers + + + (String) + + + (defaults to: '') + + + — +
    +

    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.

  • @@ -394,11 +412,6 @@ inherited by all classes except defines.
     
     
    -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,