From c653713e8fb52f5f824cedec987f4957935d7064 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 14 Feb 2026 16:02:26 +0100 Subject: [PATCH] Recommit for updates in build 30 --- .../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 eabac60..3bb8fba 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -361,6 +361,24 @@ inherited by all classes except defines. —

The global host event handler to be used in the Nagios configuration. Default is an empty string, which means no global host event handler will be configured. You can specify a command like ‘notify-host-by-email’ to set a global host event handler that sends email notifications for host events, for example.

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

    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.

  • @@ -376,11 +394,6 @@ inherited by all classes except defines.
     
     
    -39
    -40
    -41
    -42
    -43
     44
     45
     46
    @@ -493,10 +506,16 @@ inherited by all classes except defines.
     153
     154
     155
    -156
    +156 +157 +158 +159 +160 +161 +162 -
    # File 'manifests/params.pp', line 39
    +        
    # File 'manifests/params.pp', line 44
     
     class confdroid_nagios::params (
     
    @@ -518,6 +537,7 @@ class confdroid_nagios::params (
     # nagios_cfg settings
       String $ng_event_broker_module     = '',
       String $ng_glob_host_evt_handler   = '',
    +  String $ng_glob_svc_evt_handler    = '',
     
     # httpd
       Boolean $ng_use_https       = false,