<?php declare(strict_types = 0);
public const UI_MONITORING_DASHBOARD = 'ui.monitoring.dashboard';
public const UI_MONITORING_PROBLEMS = 'ui.monitoring.problems';
public const UI_MONITORING_HOSTS = 'ui.monitoring.hosts';
public const UI_MONITORING_LATEST_DATA = 'ui.monitoring.latest_data';
public const UI_MONITORING_MAPS = 'ui.monitoring.maps';
public const UI_MONITORING_DISCOVERY = 'ui.monitoring.discovery';
public const UI_INVENTORY_OVERVIEW = 'ui.inventory.overview';
public const UI_INVENTORY_HOSTS = 'ui.inventory.hosts';
public const UI_REPORTS_SYSTEM_INFO = 'ui.reports.system_info';
public const UI_REPORTS_AVAILABILITY_REPORT = 'ui.reports.availability_report';
public const UI_REPORTS_TOP_TRIGGERS = 'ui.reports.top_triggers';
public const UI_REPORTS_AUDIT = 'ui.reports.audit';
public const UI_REPORTS_ACTION_LOG = 'ui.reports.action_log';
public const UI_REPORTS_NOTIFICATIONS = 'ui.reports.notifications';
public const UI_REPORTS_SCHEDULED_REPORTS = 'ui.reports.scheduled_reports';
public const UI_SERVICES_SERVICES = 'ui.services.services';
public const UI_SERVICES_SLA = 'ui.services.sla';
public const UI_SERVICES_SLA_REPORT = 'ui.services.sla_report';
public const UI_CONFIGURATION_TEMPLATE_GROUPS = 'ui.configuration.template_groups';
public const UI_CONFIGURATION_HOST_GROUPS = 'ui.configuration.host_groups';
public const UI_CONFIGURATION_TEMPLATES = 'ui.configuration.templates';
public const UI_CONFIGURATION_HOSTS = 'ui.configuration.hosts';
public const UI_CONFIGURATION_MAINTENANCE = 'ui.configuration.maintenance';
public const UI_CONFIGURATION_TRIGGER_ACTIONS = 'ui.configuration.trigger_actions';
public const UI_CONFIGURATION_SERVICE_ACTIONS = 'ui.configuration.service_actions';
public const UI_CONFIGURATION_DISCOVERY_ACTIONS = 'ui.configuration.discovery_actions';
public const UI_CONFIGURATION_AUTOREGISTRATION_ACTIONS = 'ui.configuration.autoregistration_actions';
public const UI_CONFIGURATION_INTERNAL_ACTIONS = 'ui.configuration.internal_actions';
public const UI_CONFIGURATION_EVENT_CORRELATION = 'ui.configuration.event_correlation';
public const UI_CONFIGURATION_DISCOVERY = 'ui.configuration.discovery';
public const UI_ADMINISTRATION_GENERAL = 'ui.administration.general';
public const UI_ADMINISTRATION_AUDIT_LOG = 'ui.administration.audit_log';
public const UI_ADMINISTRATION_HOUSEKEEPING = 'ui.administration.housekeeping';
public const UI_ADMINISTRATION_PROXY_GROUPS = 'ui.administration.proxy_groups';
public const UI_ADMINISTRATION_PROXIES = 'ui.administration.proxies';
public const UI_ADMINISTRATION_MACROS = 'ui.administration.macros';
public const UI_ADMINISTRATION_AUTHENTICATION = 'ui.administration.authentication';
public const UI_ADMINISTRATION_USER_GROUPS = 'ui.administration.user_groups';
public const UI_ADMINISTRATION_USER_ROLES = 'ui.administration.user_roles';
public const UI_ADMINISTRATION_USERS = 'ui.administration.users';
public const UI_ADMINISTRATION_API_TOKENS = 'ui.administration.api_tokens';
public const UI_ADMINISTRATION_MEDIA_TYPES = 'ui.administration.media_types';