diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index 56c828d..eabac60 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -343,6 +343,24 @@ inherited by all classes except defines. —

The event broker module to be used in the Nagios configuration. Default is an empty string, which means no event broker module will be configured. You can specify a module like ‘mod_gearman’ to enable the Gearman event broker module, for example.

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

    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.

  • @@ -358,11 +376,6 @@ inherited by all classes except defines.
     
     
    -34
    -35
    -36
    -37
    -38
     39
     40
     41
    @@ -474,10 +487,16 @@ inherited by all classes except defines.
     147
     148
     149
    -150
    +150 +151 +152 +153 +154 +155 +156 -
    # File 'manifests/params.pp', line 34
    +        
    # File 'manifests/params.pp', line 39
     
     class confdroid_nagios::params (
     
    @@ -498,6 +517,7 @@ class confdroid_nagios::params (
     
     # nagios_cfg settings
       String $ng_event_broker_module     = '',
    +  String $ng_glob_host_evt_handler   = '',
     
     # httpd
       Boolean $ng_use_https       = false,