OP#436 add members

This commit is contained in:
2026-03-01 17:32:00 +01:00
parent 59b78b2194
commit 85c2d28cb3
3 changed files with 9 additions and 8 deletions

View File

@@ -19,13 +19,13 @@ default_user_name=<%= @ng_def_user_name %>
#default_user_name=guest
<% end -%>
authorized_for_system_information=<%= @ng_nagios_admin %>,<%= @ng_sysinfo_auth %>
authorized_for_configuration_information=<%= @ng_nagios_admin %>,<%= @ng_confinfo_auth %>
authorized_for_system_commands=<%= @ng_nagios_admin %>,<%= @ng_command_auth %>
authorized_for_all_services=<%= @ng_nagios_admin %>,<%= @ng_nagios_serviceview_auth %>
authorized_for_all_hosts=<%= @ng_nagios_admin %>,<%= @ng_hostview_auth %>
authorized_for_all_service_commands=<%= @ng_nagios_admin %>,<%= @ng_svc_cmd_auth %>
authorized_for_all_host_commands=<%= @ng_nagios_admin %>,<%= @ng_host_cmd_auth %>
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_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 %>
authorized_for_read_only=<%= @ng_readonly_auth %>
statusmap_background_image=<%= @ng_statusmap_img %>