updates templates for service and host with notification options

This commit is contained in:
Arne Teuke
2019-12-23 18:41:46 +01:00
parent a5b61bb125
commit 633a321f03

View File

@@ -20,7 +20,8 @@ define <%= @ng_template_object %>{
process_perf_data <%= @ng_process_perf_data %> process_perf_data <%= @ng_process_perf_data %>
retain_status_information <%= @ng_retain_status_information %> retain_status_information <%= @ng_retain_status_information %>
retain_nonstatus_information <%= @ng_retain_nonstatus_information %> retain_nonstatus_information <%= @ng_retain_nonstatus_information %>
notification_period <%= @ng_notification_period %> notification_period <%= @ng_notification_period %>
notification_options <%= @ng_host_notification_options %>
register <%= @ng_object_register %> register <%= @ng_object_register %>
} }
<% end -%> <% end -%>
@@ -113,6 +114,7 @@ define <%= @ng_template_object %>{
check_interval <%= @ng_check_interval %> check_interval <%= @ng_check_interval %>
retry_interval <%= @ng_retry_interval %> retry_interval <%= @ng_retry_interval %>
contact_groups <%= @ng_contact_groups %> contact_groups <%= @ng_contact_groups %>
notification_options <%= @ng_service_notification_options %>
notification_interval <%= @ng_notification_interval %> notification_interval <%= @ng_notification_interval %>
notification_period <%= @ng_notification_period %> notification_period <%= @ng_notification_period %>
register <%= @ng_object_register %> register <%= @ng_object_register %>