{{ t('State older than') }}: @if (config && config.Hoststatus.state_older_than && config.Hoststatus.state_older_than_unit) { {{ config.Hoststatus.state_older_than }} @switch (config.Hoststatus.state_older_than_unit) { @case ('SECOND') { {{ t('second(s)') }} } @case ('MINUTE') { {{ t('minute(s)') }} } @case ('HOUR') { {{ t('hour(s)') }} } @case ('DAY') { {{ t('day(s)') }} } } } @else { }
@if (PermissionsService.hasPermissionObservable(['hosts', 'index'])|async) { @if (statusCount > 0 && config && ( PermissionsService.hasPermissionObservable(['hosts', 'index'])|async )) { {{ statusCount }} } @else { {{ statusCount }} } } @else { {{ t('You are not permitted to access this object') }} } @switch (config?.Hoststatus?.current_state) { @case (0) { } @case (1) { } @case (2) { } }
{{ t('Containers') }}
{{ t('Host groups') }}
{{ t('Host status') }}
{{ t('Acknowledgements') }}
{{ t('Downtimes') }}
{{ t('Status older than') }}
  • {{ t('seconds') }}
  • {{ t('minutes') }}
  • {{ t('hours') }}
  • {{ t('days') }}