added contact stanza
This commit is contained in:
@@ -22,8 +22,15 @@
|
||||
################################################################################
|
||||
define cd_nagios::nagios::objects::templates (
|
||||
|
||||
$ng_template_object = undef,
|
||||
|
||||
$ng_template_object = undef,
|
||||
$ng_template_object_name = undef,
|
||||
$ng_svc_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',
|
||||
$ng_host_notification_commands = 'notify-host-by-email',
|
||||
$ng_object_register = '0',
|
||||
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user