{{ t('Services') }} {{ t('overview') }}
{{ t('Monitored') }} {{ t('Not monitored') }} {{ t('Disabled') }}
@if (!hideFilter) {
{{ t('Service status') }}
{{ t('Acknowlegements') }}
{{ t('Downtimes') }}
{{ t('Check type') }}
{{ t('Notifications') }}
{{ t('Priority') }}
{{ t('State Types') }}
{{ t('Instance') }}
} @if (!hideFilter) { {{ t('Column configuration') }}
@if (showColumnConfig) { }
}
@if (!services) { } @if (services) { @if (fields[0]) { } @if (fields[1]) { } @if (fields[2]) { } @if (fields[3]) { } @if (fields[4]) { } @if (fields[5]) { } @if (fields[6]) { } @if (fields[7]) { } @if (fields[8]) { } @if (fields[9]) { } @if (fields[10]) { } @if (fields[11]) { } @if (fields[12]) { } @if (fields[13]) { } @for (service of services.all_services; track index; let index = $index) { @if (index === 0 || ( index > 0 && services.all_services[index - 1].Host.uuid !== service.Host.uuid )) { } @if (fields[0]) { } @if (fields[1]) { } @if (fields[2]) { } @if (fields[3]) { } @if (fields[4]) { } @if (fields[5]) { } @if (fields[6]) { } @if (fields[7]) { } @if (fields[8]) { } @if (fields[9]) { } @if (fields[10]) { } @if (fields[11]) { } @if (fields[12]) { } @if (fields[13]) { } }
{{ 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 }}
@if (service.Servicestatus.problemHasBeenAcknowledged) {
@if (service.Servicestatus.problemHasBeenAcknowledged) { }
}
@if (service.Servicestatus.problemHasBeenAcknowledged && service.Servicestatus.acknowledgement_type == AcknowledgementTypes.Normal) { } @if (service.Servicestatus.problemHasBeenAcknowledged && service.Servicestatus.acknowledgement_type == AcknowledgementTypes.Sticky) { }
@if (service.Servicestatus.scheduledDowntimeDepth && service.Servicestatus.scheduledDowntimeDepth > 0) {
}
@if (service.Servicestatus.notifications_enabled) {
} @if (!service.Servicestatus.notifications_enabled) {
}
@if (service.Service.has_graph) {
}
@if (!service.Service.active_checks_enabled || service.Host.is_satellite_host) { P } {{ service.Service.servicename }} {{ service.Service.servicename }} {{ service.ServiceType.title }} {{ service.Service.description }} {{ service.Servicestatus.last_state_change }}{{ service.Servicestatus.lastCheck }}{{ service.Servicestatus.nextCheck }}
@if (service.Service.allow_edit) { {{ t('Edit') }} } {{ t('Changelog') }} {{ t('Copy') }} {{ t('Disable') }} {{ t('Used By') }} @if (service.Service.allow_edit) {
  • } {{ t('Delete') }}
    } @if (services && services.all_services.length === 0) { } @if (services && services.all_services) { }
    @if (services) { }