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.
+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.
-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,