fixed typo
This commit is contained in:
@@ -56,14 +56,5 @@ class cd_nagios::nagios::objects::add_contact_rules (
|
||||
content => template($ng_contacts_head_erb),
|
||||
order => '000',
|
||||
}
|
||||
|
||||
# example rule for testing
|
||||
|
||||
cd_nagios::nagios::objects::add_contact { 'example_user':
|
||||
ng_contact_name => 'example_user',
|
||||
ng_contact_alias => 'Example User',
|
||||
ng_contact_groups => 'admins',
|
||||
ng_contact_email => 'example@example.net',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ class cd_nagios::nagios::objects::template_rules (
|
||||
}
|
||||
cd_nagios::nagios::objects::templates { 'local-service':
|
||||
ng_template_object => 'service',
|
||||
ng_template_object_name => 'generic-service',
|
||||
ng_template_object_name => 'local-service',
|
||||
ng_max_check_attempts => '4',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user