{{ t('Host status details') }}
{{ result.mergedHost.name }} {{ 'Host' }} {{ result.mergedHost.name }} {{ 'State' }} {{ result.hoststatus.currentState | hostStatusName }} {{ 'State since' }} {{ result.hoststatus.last_state_change }} {{ 'Last check' }} {{ result.hoststatus.lastCheck }} {{ 'Next check' }} @if (result.mergedHost.active_checks_enabled && !result.mergedHost.is_satellite_host) { {{ result.hoststatus.nextCheck }} } @else { {{ t('n/a') }} } {{ 'State type' }} @if (result.hoststatus.isHardstate) { {{ t('Hard state') }} } @else { {{ t('Soft state') }} } ({{ result.hoststatus.current_check_attempt }} /{{ result.hoststatus.max_check_attempts }}) {{ 'Output' }}
{{ t('The host is currently in a planned maintenance period') }}
{{ t('Downtime was set by') }} {{ result.downtime.authorName }} {{ t('with an duration of') }} {{ result.downtime.durationHuman }}.
{{ t('Start time:') }} {{ result.downtime.scheduledStartTime }} {{ t('End time:') }} {{ result.downtime.scheduledEndTime }}
{{ t('Comment: ') }} {{ result.downtime.commentData }}
{{ t('State of host 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 host is currently flapping!') }}

{{ t('Parent host overview') }}

{{ t('Parent host state') }} {{ t('Parent host name') }} {{ t('Last state change') }}
{{ parenthost.name }} {{ result.parentHostStatus[String(parenthost.uuid)].last_state_change }}

{{ t('Long output') }}

{{ t('View') }}