{{ t('Service Escalations') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('You can either search for "service" OR "excluded service". Opposing Field will be reset automatically') }} {{ t('You can either search for "service group" OR "excluded service group". Opposing Field will be reset automatically') }}
{{ t('Notification options') }}
{{ t('Escalate on ...') }}
@if (!serviceescalations) { } @if (serviceescalations) { @for (serviceescalation of serviceescalations.all_serviceescalations; track serviceescalation) { }
{{ t('Services') }} {{ t('Excluded services groups ') }} {{ t('Service groups') }} {{ t('Excluded services') }} {{ t('First') }} {{ t('Last') }} {{ t('Interval') }} {{ t('Time period') }} {{ t('Contacts') }} {{ t('Contact groups') }} {{ t('Options') }}
    @for (service of serviceescalation.services; track service) {
  • {{ service.servicename }} {{ service.servicename }} @if (service.disabled == 1) { }
  • } @if (serviceescalation.servicegroups_excluded.length > 0) {
    } @for (servicegroup of serviceescalation.servicegroups_excluded; track servicegroup) {
  • {{ servicegroup.container.name }} {{ servicegroup.container.name }}
  • }
    @for (servicegroup of serviceescalation.servicegroups; track servicegroup) {
  • {{ servicegroup.container.name }} {{ servicegroup.container.name }}
  • } @if (serviceescalation.services_excluded.length > 0) {
    } @for (service of serviceescalation.services_excluded; track service) {
  • {{ service.servicename }} {{ service.servicename }} @if (service.disabled == 1) { }
  • }
{{ serviceescalation.first_notification }} {{ serviceescalation.last_notification }} {{ serviceescalation.notification_interval }} @if (serviceescalation.timeperiod) {
{{ serviceescalation.timeperiod.name }} {{ serviceescalation.timeperiod.name }}
}
    @for (contact of serviceescalation.contacts; track contact) {
  • {{ contact.name }} {{ contact.name }}
  • }
@if (serviceescalation.escalate_on_recovery) { {{ t('R') }} } @if (serviceescalation.escalate_on_warning) { {{ t('W') }} } @if (serviceescalation.escalate_on_critical) { {{ t('D') }} } @if (serviceescalation.escalate_on_unknown) { {{ t('U') }} } {{ t('Edit') }}
  • {{ t('Delete') }}
    } @if (serviceescalations && serviceescalations.all_serviceescalations.length === 0) { } @if (serviceescalations && serviceescalations.all_serviceescalations) {
    } @if (serviceescalations) { }