|
|
{{ 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') }} |
|
|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
@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') }} } |
|