{{ t('Regular expression for hosts') }}: {{ automapResult.automap.host_regex }} {{ t('Regular expression for host groups') }}: {{ automapResult.automap.hostgroup_regex }} {{ t('Regular expression for services') }}: {{ automapResult.automap.service_regex }} {{ t('Recursive') }}: {{ t('Disabled') }} {{ t('Enabled') }} @for (host of automapResult.servicesByHost; track $index) { @for (service of host.services; track $index) { } }

{{ host.host.hostname }}

@for (service of host.services; track $index) { }
@for (host of automapResult.servicesByHost; track $index) { @for (service of host.services; track $index) { {{ host.host.hostname }}/{{ service.service.servicename }} } }

{{ host.host.hostname }}

@for (service of host.services; track $index) { {{ service.service.servicename }} }
@if (includeServicesBrowserModal()) { }