{{ t('Hosts') }} {{ t('overview') }}
{{ t('Monitored') }} {{ t('Not monitored') }} {{ t('Disabled') }} {{ t('Deleted') }}
{{ t('Host status') }}
{{ t('State Types') }}
{{ t('Acknowledgements') }}
{{ t('Downtimes') }}
{{ t('Notifications') }}
{{ t('Priority') }}
{{ t('Instance') }}
{{ t('Column configuration') }}
@if (showColumnConfig) { }
@if (!hosts) { } @if (hosts) { @if (fields[0]) { } @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]) { } @if (fields[14]) { } @if (fields[15]) { } @if (fields[16]) { } @for (host of hosts.all_hosts; track host) { @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]) { } @if (this.PermissionsService.hasPermissionObservable(['services', 'serviceList'])|async) { @if (fields[14]) { } } @if (fields[15]) { } @if (fields[16]) { } }
{{ t('Hoststatus') }} P {{ t('Host name') }} {{ t('Host description') }} {{ t('IP address') }} {{ t('Last state change') }} {{ t('Last check') }} {{ t('Host output') }} {{ t('Instance') }} {{ t('Service Summary ') }} {{ t('Host notes') }} {{ t('Host type') }}
@if (host.Hoststatus.problemHasBeenAcknowledged) { } @if (host.Hoststatus.scheduledDowntimeDepth && host.Hoststatus.scheduledDowntimeDepth > 0) { } @if (host.Hoststatus.notifications_enabled) { } @else { } @if (host.Host.allow_sharing === true && host.Host.containerIds && host.Host.containerIds.length > 1) { } @else if (host.Host.allow_sharing === false && host.Host.containerIds && host.Host.containerIds.length > 1) { } @if (host.Host.active_checks_enabled === false || host.Host.is_satellite_host === true) { P } @if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.Host.name }} } @else { {{ host.Host.name }} } @if (( this.PermissionsService.hasModuleObservable('ImportModule')|async ) && ( this.PermissionsService.hasPermissionObservable(['ImportModule', 'ExternalSystems', 'additionalHostInformation'])|async )) { {{ t('CMDB') }} } {{ host.Host.description }} {{ host.Host.address }} {{ host.Hoststatus.last_state_change }} {{ host.Hoststatus.lastCheck }}
@if (host.Host.satelliteRestricted) { {{ t('Restricted view') }} } @else { {{ host.Host.satelliteName }} } {{ host.Host.notes }} @if (host.Host.type) { {{ host.Host.type.title }} } @if (host.Host.allow_edit) { {{ t('Edit') }} } @if (host.Host.allow_sharing) { {{ t('Sharing') }} } @if (host.Host.allow_edit) { {{ t('Disable') }} } {{ t('Changelog') }} @if (( this.PermissionsService.hasModuleObservable('ImportModule')|async ) && ( this.PermissionsService.hasPermissionObservable(['ImportModule', 'ExternalSystems', 'additionalHostInformation']) |async ) && host.Host.additionalInformationExists) {
  • {{ t('CMDB') }}
  • } {{ t('Service list') }} {{ t('Allocate service template group') }} {{ t('Add to host group') }} {{ t('openITCOCKPIT Agent discovery') }} @if (this.PermissionsService.hasModuleObservable('CheckmkModule')|async) { {{ t('Checkmk discovery') }} } {{ t('Used By') }} {{ t('Documentation') }}
  • {{ t('Copy') }} @if (host.Host.allow_edit && ( PermissionsService.hasPermissionObservable(['hosts', 'delete'])|async )) {
  • {{ t('Delete') }} }
    } @if (hosts && hosts.all_hosts.length === 0) { } @if (hosts && hosts.all_hosts) { } @if (hosts) { }