OP#436 add eventhandler setting
This commit is contained in:
@@ -40,6 +40,11 @@
|
|||||||
# global service event handler will be configured. You can specify a command like
|
# 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
|
# 'notify-service-by-email' to set a global service event handler that sends
|
||||||
# email notifications for service events, for example.
|
# email notifications for service events, for example.
|
||||||
|
# @param [String] ng_check_workers 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.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
class confdroid_nagios::params (
|
class confdroid_nagios::params (
|
||||||
|
|
||||||
@@ -62,6 +67,7 @@ class confdroid_nagios::params (
|
|||||||
String $ng_event_broker_module = '',
|
String $ng_event_broker_module = '',
|
||||||
String $ng_glob_host_evt_handler = '',
|
String $ng_glob_host_evt_handler = '',
|
||||||
String $ng_glob_svc_evt_handler = '',
|
String $ng_glob_svc_evt_handler = '',
|
||||||
|
String $ng_check_workers = '',
|
||||||
|
|
||||||
# httpd
|
# httpd
|
||||||
Boolean $ng_use_https = false,
|
Boolean $ng_use_https = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user