{{ t('Create new current state report') }}
{{ t('Service status') }}
{{ t('Acknowledgements') }}
{{ t('Downtimes') }}
{{ t('Check type') }}
{{ t('Current state reports reflect the current state of hosts and services including the latest performance data.') }}
{{ t('Current state report') }}
{{ reportService.Host.hostname }} ({{ reportService.Host.address }}) {{ reportService.Hoststatus.lastHardStateChange }} {{ t('Last check') }} {{ reportService.Hoststatus.lastCheck }} {{ t('Next check') }} @if (reportService.Hoststatus.activeChecksEnabled && !reportService.Host.is_satellite_host) { {{ reportService.Hoststatus.nextCheck }} } @else { {{ t('n/a') }} } {{ t('Last check') }} {{ reportService.Hoststatus.lastCheck }} @if (reportService.Hoststatus.isHardstate) { {{ t('Hard state') }} ({{ reportService.Hoststatus.current_check_attempt }} /{{ reportService.Hoststatus.max_check_attempts }}) } @else { {{ t('Soft state') }} ({{ reportService.Hoststatus.current_check_attempt }} /{{ reportService.Hoststatus.max_check_attempts }}) } {{ t('Output') }}
{{ t('State') }} / {{ t('Service') }} {{ t('State since') }} {{ t('Last check') }} {{ t('Next check') }} {{ t('State type') }} {{ t('Output') }} {{ t('Performance data') }}
{{ service.Servicestatus.humanState }}
{{ service.Service.servicename }} {{ service.Servicestatus.lastHardStateChange }} {{ service.Servicestatus.lastCheck }} @if (service.Service.active_checks_enabled && !reportService.Host.is_satellite_host) { {{ service.Servicestatus.nextCheck }} } @else { {{ t('n/a') }} } @if (service.Servicestatus.isHardstate) { {{ t('Hard state') }} } @else { {{ t('Soft state') }} }
({{ service.Servicestatus.current_check_attempt }} / {{ service.Servicestatus.max_check_attempts }})
@if (service.Servicestatus.perfdataArrayCounter > 0) { } @else { {{ t('No performance data available') }} }