{{ t('Hosts') }} {{ t('Not monitored') }}
{{ t('Monitored') }} {{ t('Not monitored') }} {{ t('Disabled') }} {{ t('Deleted') }}
{{ t('Filter') }}
{{ t('Instance') }}
@if (!hosts) { } @if (hosts) { @for (host of hosts.all_hosts; track host) { }
{{ t('Hoststatus') }} P {{ t('Host name') }} {{ t('IP address') }} {{ t('Instance') }}
@if (host.Host.active_checks_enabled === true || host.Host.is_satellite_host === true) { P } @if (this.PermissionsService.hasPermissionObservable(['hosts', 'browser'])|async) { {{ host.Host.name }} } @else { {{ host.Host.name }} } {{ host.Host.address }} {{ host.Host.satelliteName }} @if (host.Host.allow_edit) { {{ t('Edit') }} } @if (host.Host.allow_sharing) { {{ t('Sharing') }} } @if (host.Host.allow_edit) { {{ t('Disable') }} } {{ t('Changelog') }} {{ 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) {
  • } {{ t('Delete') }}
    } @if (hosts && hosts.all_hosts.length === 0) { } @if (hosts && hosts.all_hosts) {
    } @if (hosts) { }