{{ t('Service status details') }}
{{ result.servicestatus.host_mapping.display_name }} / {{ result.servicestatus.service_mapping.display_name }} {{ 'Host' }} {{ result.servicestatus.host_mapping.display_name }} {{ 'Service' }} {{ result.servicestatus.service_mapping.display_name }} {{ 'State' }} {{ result.servicestatus.current_state | serviceStatusName }} {{ 'State since' }} {{ result.servicestatus.last_state_change_for_humans }} {{ 'Last check' }} {{ result.servicestatus.last_check_in_words }} {{ 'Next check' }} @if (result.servicestatus.active_checks_enabled) { {{ result.servicestatus.next_check_in_words }} } @else { {{ t('n/a') }} } {{ 'State type' }} @if (result.servicestatus.is_hardstate) { {{ t('Hard state') }} } @else { {{ t('Soft state') }} } ({{ result.servicestatus.current_check_attempt }} /{{ result.servicestatus.max_check_attempts }}) {{ 'Output' }}
@if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'reset_check_time']) | async) { } @if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'schedule_maintenance']) | async) { } @if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'acknowledge_status']) | async) { } @if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'process_check_result']) | async) { } @if (this.PermissionsService.hasPermissionObservable(['externalcommands', 'flap_detection']) | async) { }
{{ t('The service is currently in a planned maintenance period') }}
{{ t('Downtime was set by') }} {{ result.downtime.author_name }} {{ t('with an duration of') }} {{ result.downtime.duration_for_humans }}.
{{ t('Start time:') }} {{ result.downtime.scheduled_start_time }} {{ t('End time:') }} {{ result.downtime.scheduled_end_time }}
{{ t('Comment: ') }} {{ result.downtime.comment_data }}
{{ t('State of service is acknowledged') }} ({{ t('Sticky') }})
{{ t('Acknowledgement was set by') }} {{ result.acknowledgement.author_name }} {{ t('at') }} {{ result.acknowledgement.entry_time }}.
{{ t('Comment: ') }}
{{ t('The state of this service is currently flapping!') }}
{{ t('Problem with host detected!') }}
@if (PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ hoststatus.hoststatus.host_mapping.display_name }} } @else { {{ hoststatus.hoststatus.host_mapping.display_name }} }
{{ t('The host is currently in a planned maintenance period') }}
{{ t('Downtime was set by') }} {{ hoststatus.downtime.author_name }} {{ t('with an duration of') }} {{ hoststatus.downtime.duration_for_humans }}.
{{ t('Start time:') }} {{ hoststatus.downtime.scheduled_start_time }} {{ t('End time:') }} {{ hoststatus.downtime.scheduled_end_time }}
{{ t('Comment: ') }} {{ hoststatus.downtime.comment_data }}
{{ t('State of host is acknowledged') }} ({{ t('Sticky') }})
{{ t('Acknowledgement was set by') }} {{ hoststatus.acknowledgement.author_name }} {{ t('at') }} {{ hoststatus.acknowledgement.entry_time }}.
{{ t('Comment: ') }}

{{ t('Long output') }}

{{ t('View') }}