| {{ t('User') }} | {{ t('Start time') }} | {{ t('End time') }} | {{ t('Comment') }} | {{ t('Cancel') }} |
|---|---|---|---|---|
| {{ downtime.author_name }} | {{ downtime.scheduled_start_time }} | {{ downtime.scheduled_end_time }} | {{ downtime.comment_data }} |
@if (downtime.is_cancellable) {
|
| {{ t('User') }} | {{ t('Start time') }} | {{ t('End time') }} | {{ t('Comment') }} | {{ t('Cancel') }} |
|---|---|---|---|---|
| {{ downtime.author_name }} | {{ downtime.scheduled_start_time }} | {{ downtime.scheduled_end_time }} | {{ downtime.comment_data }} |
@if (downtime.is_cancellable) {
|
| {{ t('Flap detection enabled') }} |
@if (result.servicestatus.flap_detection_enabled) {
|
| {{ t('Active checks enabled') }} |
@if (result.servicestatus.active_checks_enabled) {
|
| {{ t('Output') }} | |
| {{ t('Performance data') }} |
{{ result.servicestatus.perfdata }}
|
|
{{ t('Last time') }}
|
{{ result.servicestatus.last_time_ok }} |
| {{ t('Check period') }} | {{ result.servicestatus.timeperiod_mapping.display_name }} |
| {{ t('Check interval') }} | {{ result.servicestatus.normal_check_interval_for_humans }} |
| {{ t('Retry interval') }} | {{ result.servicestatus.retry_check_interval_for_humans }} |
| {{ t('Host state') }} | {{ t('Host name') }} | {{ t('Last state change') }} |
|---|---|---|
|
@if (hoststatus) {
|
@if (PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ hoststatus.hoststatus.host_mapping.display_name }} } @else { {{ hoststatus.hoststatus.host_mapping.display_name }} } | {{ hoststatus.hoststatus.last_state_change }} |