{{ t('Services') }} {{ t('overview') }}
{{ t('Monitored') }} {{ t('Not monitored') }} {{ t('Disabled') }}
{{ t('Service status') }}
{{ t('Acknowlegements') }}
{{ t('Downtimes') }}
{{ t('Check type') }}
{{ t('Notifications') }}
{{ t('Priority') }}
{{ t('Instance') }}
{{ t('Column configuration') }}
@for (service of services.all_services; track index; let index = $index) { }
{{ t('State') }} P
{{ t('Host') }} / {{ t('Service') }}
{{ t('Service type') }} {{ t('Service description') }} {{ t('Last state change') }} {{ t('Last check') }} {{ t('Next check') }} {{ t('Service output') }}
@if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ service.Service.hostname }} ( {{ service.Host.address }} ) } @else { {{ service.Service.hostname }}({{ service.Host.address }}) } @if (service.Host.is_satellite_host) {
{{ service.Host.satelliteName }}
} @else {
{{ service.Host.satelliteName }}
} @if (this.PermissionsService.hasPermissionObservable(['services', 'serviceList'])|async) { } {{ t('State since') }} {{ service.Hoststatus.last_state_change }}
P {{ service.Service.servicename }} {{ service.Service.servicename }} {{ service.ServiceType.title }} {{ service.Service.description }} {{ service.Servicestatus.last_state_change }} {{ service.Servicestatus.lastCheck }} {{ service.Servicestatus.nextCheck }}
{{ t('Edit') }} {{ t('Changelog') }} {{ t('Copy') }} {{ t('Disable') }} {{ t('Used By') }}
  • {{ t('Delete') }}