{{ result?.hoststatus?.humanState | titlecase }}
{{ t('Host') }} @if (result && result.host.disabled) { {{ t(' (DISABLED)') }} }
@if (!result) { } @if (result) {
{{ t('Host name') }} {{ result.host.name }}
{{ t('Last check') }} {{ result.hoststatus.lastCheck }}
{{ t('Output') }}
}
{{ result?.servicestatus?.humanState | titlecase }}
{{ t('Service') }} @if (result && result.service.disabled) { {{ t(' (DISABLED)') }} }
@if (result?.considerStateType && result?.servicestatus?.isHardstate === false && Number(result?.servicestatus?.currentState) > 0) {
{{ t('"Consider state type" option from event correlation settings is enabled') }}
} @if (!result) { } @if (result) {
{{ t('Service name') }} {{ result.service.servicename }}
{{ t('Description') }} {{ result.service.description }}
{{ t('Current attempt') }} {{ result.servicestatus.current_check_attempt }} /{{ result.servicestatus.max_check_attempts }}
{{ t('Last check') }} {{ result.servicestatus.lastCheck }}
{{ t('Next check') }} {{ result.servicestatus.nextCheck }}
{{ t('Last state change') }} {{ result.servicestatus.last_state_change }}
{{ t('Output') }}
{{ t('Perfdata') }} {{ result.servicestatus.perfdata }}
}