{{ t('Host Escalations') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('You can either search for "host" OR "excluded host". Opposing Field will be reset automatically') }} {{ t('You can either search for "host group" OR "excluded host group". Opposing Field will be reset automatically') }}
{{ t('Notification options') }}
{{ t('Escalate on ...') }}
@if (!hostescalations) { } @if (hostescalations) { @for (hostescalation of hostescalations.all_hostescalations; track hostescalation) { }
{{ t('Hosts') }} {{ t('Excluded hosts groups ') }} {{ t('Host groups') }} {{ t('Excluded hosts') }} {{ t('First') }} {{ t('Last') }} {{ t('Interval') }} {{ t('Time period') }} {{ t('Contacts') }} {{ t('Contact groups') }} {{ t('Options') }}
    @for (host of hostescalation.hosts; track host) {
  • {{ host.name }} {{ host.name }} @if (host.disabled == 1) { }
  • } @if (hostescalation.hostgroups_excluded.length > 0) {
    } @for (hostgroup of hostescalation.hostgroups_excluded; track hostgroup) {
  • {{ hostgroup.container.name }} {{ hostgroup.container.name }}
  • }
    @for (hostgroup of hostescalation.hostgroups; track hostgroup) {
  • {{ hostgroup.container.name }} {{ hostgroup.container.name }}
  • } @if (hostescalation.hosts_excluded.length > 0) {
    } @for (host of hostescalation.hosts_excluded; track host) {
  • {{ host.name }} {{ host.name }} @if (host.disabled == 1) { }
  • }
{{ hostescalation.first_notification }} {{ hostescalation.last_notification }} {{ hostescalation.notification_interval }} @if (hostescalation.timeperiod) {
{{ hostescalation.timeperiod.name }} {{ hostescalation.timeperiod.name }}
}
    @for (contact of hostescalation.contacts; track contact) {
  • {{ contact.name }} {{ contact.name }}
  • }
@if (hostescalation.escalate_on_recovery) { {{ t('R') }} } @if (hostescalation.escalate_on_down) { {{ t('D') }} } @if (hostescalation.escalate_on_unreachable) { {{ t('U') }} } {{ t('Edit') }}
  • {{ t('Delete') }}
    } @if (hostescalations && hostescalations.all_hostescalations.length === 0) { } @if (hostescalations && hostescalations.all_hostescalations) {
    } @if (hostescalations) { }