{{ t('Imported Hosts') }} {{ t('Overview') }}
{{ t('Completely') }} {{ t('Some optional fields are missing') }} {{ t('Some required fields are missing') }}
{{ t('No importers defined') }}
{{ t('Filter') }}
{{ t('Already synchronized') }}
{{ t('Ready for synchronization') }}
{{ t('Flags') }}
{{ t('Importers') }}
{{ t('Name') }} {{ t('Address') }} {{ t('Description') }} {{ t('Importer') }} {{ t('User') }} {{ t('Reserved settings') }} {{ t('Import date') }} {{ t('Last modified') }} {{ t('Imported file') }} {{ t('Progress') }}
{{ importedhost.name }} {{ importedhost.name }} {{ t('NEW') }} @if (importedhost.imported === 1 && ( importedhost.host && importedhost.host.disabled === 0 )) { {{ t('In monitoring') }} {{ t('In monitoring') }} } @if (( ( importedhost.host && importedhost.host.disabled === 0 ) || importedhost.host_id === null ) && hasFlag(importedhost.flags, ImportedHostFlagsEnum.FLAG_MARKED_FOR_DISABLE)) { } @if (( importedhost.host && importedhost.host.disabled === 0 ) && hasFlag(importedhost.flags, ImportedHostFlagsEnum.FLAG_MARKED_CHANGED)) { } @if (importedhost.host && importedhost.host.disabled === 1) { {{ t('In monitoring (disabled)') }} {{ t('In monitoring (disabled)') }} } @if (( importedhost.host && importedhost.host.disabled === 1 ) && hasFlag(importedhost.flags, ImportedHostFlagsEnum.FLAG_MARKED_FOR_ENABLE)) { }
@if (( ( importedhost.host && importedhost.host.disabled === 0 ) || importedhost.host_id === null ) && hasFlag(importedhost.flags, ImportedHostFlagsEnum.FLAG_MARKED_FOR_DISABLE)) { } @if (( importedhost.host && importedhost.host.disabled === 0 ) && hasFlag(importedhost.flags, ImportedHostFlagsEnum.FLAG_MARKED_CHANGED)) { } @if (( importedhost.host && importedhost.host.disabled === 1 ) && hasFlag(importedhost.flags, ImportedHostFlagsEnum.FLAG_MARKED_FOR_ENABLE)) { }
{{ importedhost.address }} {{ importedhost.description }} {{ importedhost.importer.name }} {{ importedhost.importer.name }} @switch (importedhost.importer.data_source) { @case ("itop") { } @case ("idoit") { } @case ("csv_with_header") { } @case ("csv_without_header") { } @case ("openitcockpit_agent") { } @case ("external_monitoring") { } @default { } } {{ importedhost.full_name }} {{ importedhost.full_name }} {{ t('Host template:') }}
{{ importedhost.hosttemplate.name }} {{ importedhost.hosttemplate.name }}
{{ t('missing data') }}

{{ t('Container:') }}
{{ importedhost.container }}
{{ t('missing data') }}
{{ t('Shared containers:') }}
  • {{ sharedcontainer.name }}
{{ importedhost.satellite.name }} {{ importedhost.satellite.name }}

{{ t('Service templates:') }}
{{ t('No service templates defined') }}

{{ t('Service template groups:') }}
{{ t('No service template groups defined') }}

{{ t('Services:') }}
    @for (service of importedhost.services_overview.new|keyvalue; track $index) {
  • {{ service.value }}
  • } @for (service of importedhost.services_overview.to_delete; track $index) {
  • {{ service.servicename }} {{ service.servicename }}
  • } @for (service of importedhost.services_overview.not_deletable; track $index) {
  • {{ service.servicename }} {{ service.servicename }}
  • }

{{ t('Agent Checks:') }}

{{ t('openITCOCKPIT Agent Services:') }}
    @for (service of importedhost.oitc_agent_services_overview.new; track $index) {
  • {{ service.value }}
  • } @for (service of importedhost.oitc_agent_services_overview.to_delete; track $index) {
  • {{ service.servicename }} {{ service.servicename }}
  • } @for (service of importedhost.oitc_agent_services_overview.not_deletable; track $index) {
  • {{ service.servicename }} {{ service.servicename }}
  • }

{{ t('Services:') }}
    @for (service of importedhost.external_services_overview.new; track $index) {
  • {{ service.value }}
  • } @for (service of importedhost.external_services_overview.to_delete; track $index) {
  • {{ service.servicename }} {{ service.servicename }}
  • } @for (service of importedhost.external_services_overview.not_deletable; track $index) {
  • {{ service.servicename }} {{ service.servicename }}
  • }
{{ importedhost.created }} {{ importedhost.modified }} {{ importedhost.imported_file.filename }}
{{ t('Edit') }} {{ t('Changelog') }}
  • {{ t('Delete') }}