| {{ t('State') }} | {{ t('Date') }} |
{{ t('Execution time') }}
|
{{ t('Check attempt') }} | {{ t('State type') }} | {{ t('Host output') }} |
|---|---|---|---|---|---|
|
|
{{ hostcheck.Hostcheck.start_time }} | {{ hostcheck.Hostcheck.execution_time|localNumber }}s | {{ hostcheck.Hostcheck.current_check_attempt }}/ {{ hostcheck.Hostcheck.max_check_attempts }} | @if (hostcheck.Hostcheck.is_hardstate) { {{ 'Hard' | transloco }} } @if (!hostcheck.Hostcheck.is_hardstate) { {{ 'Soft' | transloco }} } |