added parameter documentation
This commit is contained in:
@@ -51,11 +51,10 @@
|
||||
# Since this is a template definition, we do not want to register those.
|
||||
################################################################################
|
||||
define cd_nagios::nagios::objects::templates (
|
||||
|
||||
$ng_template_object = undef,
|
||||
$ng_template_object_name = undef,
|
||||
$ng_svc_notification_period = '24x7',
|
||||
$ng_host_notification_period = '24x7',
|
||||
$ng_host_notification_period = '24x7',
|
||||
$ng_service_notification_options = 'w,u,c,r,f,s',
|
||||
$ng_host_notification_options = 'd,u,r,f,s',
|
||||
$ng_service_notification_commands = 'notify-service-by-email',
|
||||
@@ -63,7 +62,6 @@ $ng_host_notification_commands = 'notify-host-by-email',
|
||||
$ng_object_register = '0',
|
||||
|
||||
) {
|
||||
|
||||
$ng_nagios_server = $::cd_nagios::params::ng_nagios_server
|
||||
$ng_target_templates = $::cd_nagios::params::ng_target_templates
|
||||
$ng_templates_rule_erb = $::cd_nagios::params::ng_templates_rule_erb
|
||||
|
||||
Reference in New Issue
Block a user