OP#436 add nagios contacts

This commit is contained in:
2026-03-01 14:51:23 +01:00
parent bc894bfa0e
commit b710bf8322
5 changed files with 9 additions and 9 deletions

View File

@@ -4,9 +4,9 @@ define <%= @ng_template_object %>{
name <%= @ng_template_object_name %>
service_notification_period <%= @ng_svc_notification_period %>
host_notification_period <%= @ng_host_notification_period %>
service_notification_options <%= @ng_service_notification_options %>
service_notification_options <%= @ng_nagios_service_notification_options %>
host_notification_options <%= @ng_host_notification_options %>
service_notification_commands <%= @ng_service_notification_commands %>
service_notification_commands <%= @ng_nagios_service_notification_commands %>
host_notification_commands <%= @ng_host_notification_commands %>
register <%= @ng_object_register %>
}
@@ -114,7 +114,7 @@ define <%= @ng_template_object %>{
check_interval <%= @ng_check_interval %>
retry_interval <%= @ng_retry_interval %>
contact_groups <%= @ng_contact_groups %>
notification_options <%= @ng_service_notification_options %>
notification_options <%= @ng_nagios_service_notification_options %>
notification_interval <%= @ng_notification_interval %>
notification_period <%= @ng_notification_period %>
register <%= @ng_object_register %>