{{ t('Host dependencies') }} {{ t('overview') }}
{{ t('Filter') }}
{{ t('You can either search for "host" OR "dependent host". Opposing Field will be reset automatically') }} {{ t('You can either search for "host group" OR "dependent host group". Opposing Field will be reset automatically') }}
{{ t('Execution fail on ...') }}
{{ t('Notification fail on ...') }}
{{ t('Options') }}
@if (!hostdependencies) { } @if (hostdependencies) { @for (hostdependency of hostdependencies.all_hostdependencies; track hostdependency) { }
{{ 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') }}
    @for (host of hostdependency.hosts; track host) {
  • {{ host.name }} {{ host.name }} @if (host.disabled == 1) { }
  • }
    @for (host of hostdependency.hosts_dependent; track host) {
  • {{ host.name }} {{ host.name }} @if (host.disabled == 1) { }
  • }
@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') }} } {{ t('Edit') }}
  • {{ t('Delete') }}
    } @if (hostdependencies && hostdependencies.all_hostdependencies.length === 0) { } @if (hostdependencies && hostdependencies.all_hostdependencies) {
    } @if (hostdependencies) { }