fixed typo

This commit is contained in:
Arne Teuke
2017-07-26 13:47:45 +01:00
parent 6955770373
commit 6ee49a5e33
2 changed files with 1 additions and 10 deletions

View File

@@ -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',
}
}
}

View File

@@ -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',
}
}