{{ hostgroupExtended.Hostgroup.container.name }} {{ t('extended overview') }}
@if (PermissionsService.hasModuleObservable('SLAModule')|async) { @if (hostgroupExtended.hasSLAHosts) { } } @if (PermissionsService.hasModuleObservable('ImportModule')|async) { @if (AdditionalInformationExists) { } }
  {{ t('Host group') }}
  • {{ t('Edit') }}
  • {{ t('Changelog') }}
  • {{ t('Copy') }}
  • {{ t('Reset check time') }}
  • {{ t('Set planned maintenance times') }}
  • {{ t('Acknowledge host status') }}
  • {{ t('Disable notifications') }}
  • {{ t('Enable notifications') }}
@if (selectedTab == HostgroupExtendedTabs.Hosts) {
@if (hostgroupExtended.Hostgroup.uuid === '') { } @for (host of hostgroupExtended.Hosts; track host) { @if (host.services) { } }
  {{ t('Host') }}
{{ t('Status') }} P {{ t('Host name') }} {{ t('State since') }} {{ t('Last check') }} {{ t('Next check') }} {{ t('Service Summary') }}
@if (!host.services) { } @if (host.services) { } @if (host.Hoststatus.problemHasBeenAcknowledged) { @if (host.Hoststatus.acknowledgement_type === AcknowledgementTypes.Normal) { } @if (host.Hoststatus.acknowledgement_type === AcknowledgementTypes.Sticky) { } } @if (host.Hoststatus.scheduledDowntimeDepth && host.Hoststatus.scheduledDowntimeDepth > 0) { } @if (host.Host.active_checks_enabled === false || host.Host.is_satellite_host === true) { P } {{ host.Host.name }} {{ host.Host.name }} {{ host.Hoststatus.last_state_change }} {{ host.Hoststatus.lastCheck }} @if (host.Hoststatus.activeChecksEnabled && host.Host.is_satellite_host === false) { {{ host.Hoststatus.nextCheck }} } @if (host.Hoststatus.activeChecksEnabled === false || host.Host.is_satellite_host === true) { n/a } @if (host.Host.allow_edit) { {{ t('Edit') }} } @if (host.Host.allow_edit && !host.Host.disabled) { {{ t('Disable') }} } @if (host.Host.allow_edit && host.Host.disabled) { {{ t('Enable') }} } {{ t('Changelog') }}
  • @if (host.Host.allow_edit) { {{ t('Copy') }} } @if (host.Host.allow_edit) {
  • } @if (host.Host.allow_edit) { {{ t('Delete') }} }
    @if (host.Host.uuid === '') { } @for (service of host.services; track service) { }
      {{ t('Service') }}
    {{ t('Status') }} P {{ t('Service name') }} {{ t('State since') }} {{ t('Last check') }} {{ t('Next check') }} {{ t('Output') }}
    @if (service.Service.has_graph) { } @if (service.Servicestatus.problemHasBeenAcknowledged) { @if (service.Servicestatus.acknowledgement_type === AcknowledgementTypes.Normal) { } @if (service.Servicestatus.acknowledgement_type === AcknowledgementTypes.Sticky) { } } @if (service.Servicestatus.scheduledDowntimeDepth && service.Servicestatus.scheduledDowntimeDepth > 0) { } @if (!service.Service.active_checks_enabled || service.Host.is_satellite_host) { P } {{ service.Service.servicename }} {{ service.Service.servicename }} {{ service.Servicestatus.last_state_change }} {{ service.Servicestatus.lastCheck }} {{ service.Servicestatus.nextCheck }} {{ service.Servicestatus.outputHtml }} {{ t('Edit') }} {{ t('Changelog') }} {{ t('Copy') }} {{ t('Used By') }} @if (service.Service.allow_edit) {
  • } @if (service.Service.allow_edit) { {{ t('Delete') }} }
    @if (host.services.length === 0) { } @if (host.services) { }
    @if (hostgroupExtended.Hosts.length === 0) { } @if (hostgroups) { }
    } @if (selectedTab == HostgroupExtendedTabs.SlaHostsStatus) {
    @if (PermissionsService.hasModuleObservable('SLAModule')|async) { }
    }