|
|
{{ t('Hosts') }} | {{ t('Dependent hosts') }} | {{ t('Host groups') }} | {{ t('Dependent host groups') }} | {{ t('Timeperiod') }} | {{ t('Inherits parent') }} | {{ t('Execution failure criteria') }} | {{ t('Notification failure criteria') }} |
|
|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
@if (hostdependency.timeperiod) {
{{ hostdependency.timeperiod.name }}
{{ hostdependency.timeperiod.name }}
}
|
@if (hostdependency.inherits_parent) { {{ t('Yes') }} } @if (!hostdependency.inherits_parent) { {{ t('No') }} } | @if (hostdependency.execution_fail_on_up) { {{ t('O') }} } @if (hostdependency.execution_fail_on_down) { {{ t('D') }} } @if (hostdependency.execution_fail_on_unreachable) { {{ t('U') }} } @if (hostdependency.execution_fail_on_pending) { {{ t('P') }} } @if (hostdependency.execution_none) { {{ t('N') }} } | @if (hostdependency.notification_fail_on_up) { {{ t('O') }} } @if (hostdependency.notification_fail_on_down) { {{ t('D') }} } @if (hostdependency.notification_fail_on_unreachable) { {{ t('U') }} } @if (hostdependency.notification_fail_on_pending) { {{ t('P') }} } @if (hostdependency.notification_none) { {{ t('N') }} } |
|