{{ t('Host') }}: {{ result.mergedHost.name }}
@if (( PermissionsService.hasModuleObservable('ServicenowModule')|async ) && ( PermissionsService.hasPermissionObservable(['ServicenowModule', 'elements', 'host_configuration']) | async )) { } @if (( PermissionsService.hasModuleObservable('GrafanaModule')|async ) && GrafanaIframe?.GrafanaDashboardExists) { } @if (( PermissionsService.hasModuleObservable('ImportModule')|async ) && ( PermissionsService.hasPermissionObservable(['ImportModule', 'ExternalSystems', 'additionalHostInformation'])|async )) { } @if (( PermissionsService.hasModuleObservable('IsarFlowModule')|async )) { } @if (( PermissionsService.hasModuleObservable('SLAModule')|async ) && SlaOverview) { @if (SlaOverview.state === 'not_available') { } @else { } }
{{ '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 }})

{{ t('Attention!') }}

{{ t('This host is currently disabled!') }}

{{ t('Status overview') }}

{{ 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!') }} @if (PermissionsService.hasPermissionObservable(['hosts', 'checkcommand'])|async) { }
{{ t('Check command') }} @if (PermissionsService.hasPermissionObservable(['commands', 'edit'])|async) { {{ result.checkCommand.Command.name }} } @else { {{ result.checkCommand.Command.name }} }
{{ t('Command line') }} {{ result.mergedHost.hostCommandLine }}
{{ t('Output') }}
{{ t('Last time') }} {{ t('UP') }} {{ result.hoststatus.last_time_up }}
{{ t('Check period') }} {{ result.checkPeriod.name }}
{{ t('Check interval') }} {{ result.mergedHost.checkIntervalHuman }}
{{ t('Retry interval') }} {{ result.mergedHost.retryIntervalHuman }}

{{ t('Long output') }}

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

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

{{ t('Notification overview') }}

{{ t('Contacts and contact groups got inherited from') }} {{ t('host template') }} .
@if (result.mergedHost.contacts.length > 0) { } @if (result.mergedHost.contactgroups.length > 0) { }
{{ t('Contacts') }}
@if (( PermissionsService.hasPermissionObservable(['contacts', 'edit'])|async ) && contact.allowEdit) { {{ contact.name }} } @else { {{ contact.name }} }
{{ t('Contact groups') }}
@if (( PermissionsService.hasPermissionObservable(['contactgroups', 'edit'])|async ) && contactgroup.allowEdit) { {{ contactgroup.container.name }} } @else { {{ contactgroup.container.name }} }
{{ t('Notification period') }} {{ result.notifyPeriod.name }}
{{ t('Notification interval') }} {{ result.mergedHost.notificationIntervalHuman }}
{{ t('Notification enabled') }} @if (result.hoststatus.notifications_enabled) { {{ t('Yes') }} } @else { {{ t('No') }} }
{{ t('Notify on') }} @if (result.mergedHost.notify_on_recovery) { {{ t('Recover') }} } @if (result.mergedHost.notify_on_down) { {{ t('Down') }} } @if (result.mergedHost.notify_on_unreachable) { {{ t('Unreachable') }} } @if (result.mergedHost.notify_on_flapping) { {{ t('Flapping') }} } @if (result.mergedHost.notify_on_downtime) { {{ t('Downtime') }} }
{{ result.hoststatus.currentState | hostStatusName }}
{{ t('State since') }}
{{ result.hoststatus.last_state_change }}
{{ t('Last check') }}
{{ result.hoststatus.lastCheck }}
{{ t('Next check') }}
@if (result.mergedHost.active_checks_enabled && !result.mergedHost.is_satellite_host) {
{{ result.hoststatus.nextCheck }}
(+ {{ result.hoststatus.latency }})
} @else {
{{ t('n/a') }}
}
{{ t('State type') }}
@if (result.hoststatus.isHardstate) {
{{ t('Hard state') }} ({{ result.hoststatus.current_check_attempt }} /{{ result.hoststatus.max_check_attempts }})
} @else {
{{ t('Soft state') }} ({{ result.hoststatus.current_check_attempt }} /{{ result.hoststatus.max_check_attempts }})
}
{{ t('Reset check time ') }}
{{ t('Schedule maintenance') }}
{{ t('Acknowledge host status') }}
{{ t('Passive transfer check result') }}
{{ t('Enable flap detection') }}
{{ t('Disable flap detection') }}
{{ t('Enable notifications') }}
{{ t('Disable notifications') }}
{{ t('Send custom host notification ') }}

{{ t('Host overview') }}

{{ t('IP address') }} {{ result.mergedHost.address }}
{{ t('Flap detection enabled') }} @if (result.hoststatus.flap_detection_enabled) { {{ t('Yes') }} } @else { {{ t('No') }} }
{{ t('Priority') }}
{{ t('UUID') }} {{ result.mergedHost.uuid }}
@if (( PermissionsService.hasModuleObservable('DistributeModule')|async ) && result.mergedHost.is_satellite_host) { }
{{ t('Container') }} @if (PermissionsService.hasPermissionObservable(['browsers', 'index'])|async) { / {{ container.name }} {{ container.name }} } @else { / {{ container.name }} }
{{ t('Shared containers') }} @if (PermissionsService.hasPermissionObservable(['browsers', 'index'])|async) {
/ {{ container.name }} {{ container.name }}
} @else {
/ {{ container.name }}
}
{{ t('Tags') }} {{ tag }}
{{ t('Satellite') }}
{{ t('Satellite') }} {{ result.masterInstanceName }}
{{ t('Notes') }} {{ result.mergedHost.notes }}
{{ t('Description') }} {{ result.mergedHost.description }}
{{ t('Used by') }} @if (PermissionsService.hasPermissionObservable(['hosts', 'usedBy'])|async) { {{ t('Instant reports') }} ({{ result.objects.Instantreports.length }}) @if (PermissionsService.hasModuleObservable('AutoreportModule')|async) { {{ t('Autoreports') }} ({{ result.objects.Autoreports.length }}) } @if (PermissionsService.hasModuleObservable('EventcorrelationModule')|async) { {{ t('Event Correlation') }} ({{ result.objects.Eventcorrelations.length }}) } @if (PermissionsService.hasModuleObservable('MapModule')|async) { {{ t('Maps') }} ({{ result.objects.Maps.length }}) } {{ t('Host groups') }} ({{ result.objects.Hostgroups.length }}) }
@if (( PermissionsService.hasModuleObservable('ServicenowModule')|async ) && ( PermissionsService.hasPermissionObservable(['ServicenowModule', 'elements', 'host_configuration'])|async )) { }
@if (( PermissionsService.hasModuleObservable('GrafanaModule')|async ) && GrafanaIframe && GrafanaIframe.GrafanaDashboardExists) { }
@if (( PermissionsService.hasModuleObservable('IsarFlowModule')|async ) && ( PermissionsService.hasPermissionObservable(['IsarFlowModule', 'IsarflowHosts', 'isarFlowHostInformation'])|async )) { }
@if (( PermissionsService.hasModuleObservable('SLAModule')|async ) && ( this.PermissionsService.hasPermissionObservable(['slamodule', 'slas', 'slaHostInformation']) | async )) { } @else { }