{{ t('Service dependencies') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('You can either search for "service" OR "dependent service". Opposing Field will be reset automatically') }} {{ t('You can either search for "service group" OR "dependent service group". Opposing Field will be reset automatically') }}
{{ t('Execution fail on ...') }}
{{ t('Notification fail on ...') }}
{{ t('Options') }}
@if (!servicedependencies) { } @if (servicedependencies) { @for (servicedependency of servicedependencies.all_servicedependencies; track servicedependency) { }
{{ t('Services') }} {{ t('Dependent services') }} {{ t('Service groups') }} {{ t('Dependent service groups') }} {{ t('Timeperiod') }} {{ t('Inherits parent') }} {{ t('Execution failure criteria') }} {{ t('Notification failure criteria') }}
    @for (service of servicedependency.services; track service) {
  • {{ service.servicename }} {{ service.servicename }} @if (service.disabled == 1) { }
  • }
    @for (service of servicedependency.services_dependent; track service) {
  • {{ service.servicename }} {{ service.servicename }} @if (service.disabled == 1) { }
  • }
@if (servicedependency.timeperiod) {
{{ servicedependency.timeperiod.name }} {{ servicedependency.timeperiod.name }}
}
@if (servicedependency.inherits_parent) { {{ t('Yes') }} } @if (!servicedependency.inherits_parent) { {{ t('No') }} } @if (servicedependency.execution_fail_on_ok) { {{ t('O') }} } @if (servicedependency.execution_fail_on_warning) { {{ t('W') }} } @if (servicedependency.execution_fail_on_critical) { {{ t('C') }} } @if (servicedependency.execution_fail_on_unknown) { {{ t('U') }} } @if (servicedependency.execution_fail_on_pending) { {{ t('P') }} } @if (servicedependency.execution_none) { {{ t('N') }} } @if (servicedependency.notification_fail_on_ok) { {{ t('O') }} } @if (servicedependency.notification_fail_on_warning) { {{ t('W') }} } @if (servicedependency.notification_fail_on_critical) { {{ t('C') }} } @if (servicedependency.notification_fail_on_unknown) { {{ t('U') }} } @if (servicedependency.notification_fail_on_pending) { {{ t('P') }} } @if (servicedependency.notification_none) { {{ t('N') }} } {{ t('Edit') }}
  • {{ t('Delete') }}
    } @if (servicedependencies && servicedependencies.all_servicedependencies.length === 0) { } @if (servicedependencies && servicedependencies.all_servicedependencies) {
    } @if (servicedependencies) { }