OP#436 add full service details

This commit is contained in:
2026-03-01 18:40:19 +01:00
parent 33e27b57c5
commit 98deadc906
13 changed files with 21 additions and 37 deletions

View File

@@ -22,7 +22,7 @@ default_user_name=<%= @ng_def_user_name %>
authorized_for_system_information=<%= @ng_contact_name %>,<%= @ng_sysinfo_auth %>
authorized_for_configuration_information=<%= @ng_contact_name %>,<%= @ng_confinfo_auth %>
authorized_for_system_commands=<%= @ng_contact_name %>,<%= @ng_command_auth %>
authorized_for_all_services=<%= @ng_contact_name %>,<%= @ng_nagios_serviceview_auth %>
authorized_for_all_services=<%= @ng_contact_name %>,<%= @ng_serviceview_auth %>
authorized_for_all_hosts=<%= @ng_contact_name %>,<%= @ng_hostview_auth %>
authorized_for_all_service_commands=<%= @ng_contact_name %>,<%= @ng_svc_cmd_auth %>
authorized_for_all_host_commands=<%= @ng_contact_name %>,<%= @ng_host_cmd_auth %>

View File

@@ -1,6 +1,6 @@
define servicegroup {
servicegroup_name <%= @ng_nagios_servicegroup_name %>
alias <%= @ng_nagios_servicegroup_alias %>
register <%= @ng_nagios_servicegroup_register %>
servicegroup_name <%= @ng_servicegroup_name %>
alias <%= @ng_servicegroup_alias %>
register <%= @ng_servicegroup_register %>
}

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_nagios_service_notification_options %>
service_notification_options <%= @ng_service_notification_options %>
host_notification_options <%= @ng_host_notification_options %>
service_notification_commands <%= @ng_nagios_service_notification_commands %>
service_notification_commands <%= @ng_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_nagios_service_notification_options %>
notification_options <%= @ng_service_notification_options %>
notification_interval <%= @ng_notification_interval %>
notification_period <%= @ng_notification_period %>
register <%= @ng_object_register %>