|
|
{{ t('Hosts') }}
|
{{ t('Host groups') }}
|
{{ t('First') }} | {{ t('Last') }} | {{ t('Interval') }} | {{ t('Time period') }} | {{ t('Contacts') }} | {{ t('Contact groups') }} | {{ t('Options') }} |
|
|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
{{ hostescalation.first_notification }} | {{ hostescalation.last_notification }} | {{ hostescalation.notification_interval }} |
@if (hostescalation.timeperiod) {
{{ hostescalation.timeperiod.name }}
{{ hostescalation.timeperiod.name }}
}
|
|
|
@if (hostescalation.escalate_on_recovery) { {{ t('R') }} } @if (hostescalation.escalate_on_down) { {{ t('D') }} } @if (hostescalation.escalate_on_unreachable) { {{ t('U') }} } |
|