{{ t('Create new host defaults') }}
{{ t('Please select a container.') }}
{{ t('Hosts in /root can\'t be moved to other containers later') }}

{{ t('Host details ') }}

{{ t('Predefined host settings that are automatically assigned when hosts are imported.') }}
{{ t('Please select a host template.') }}
@if (PermissionsService.hasModuleObservable('DistributeModule')|async) {
}

{{ t('Service templates matches') }} {{ t(' (optional):') }}

{{ t('If the match is successful, these service templates are assigned to the imported hosts.') }}
{{ t('Do not enter empty matches') }}
{{ t('No service templates are defined!') }}
{{ t('Please create at least one "Service template"') }}

@for (match of post.hostdefaults_to_servicetemplates; track $index) {
{{ t('Field to match') }}
{{ t('RegEx that needs to match') }}
{{ t('Service template to assign on match') }}
}

{{ t('Service template groups matches') }} {{ t(' (optional):') }}

{{ t('If the match is successful, these service template groups are assigned to the imported hosts.') }}
{{ t('No service template groups are defined') }}
{{ t('Please create at least one "Service template groups"') }}

@for (match of post.hostdefaults_to_servicetemplategroups; track $index) {
{{ t('Field to match') }}
{{ t('RegEx that needs to match') }}
{{ t('Service template group to assign on match') }}
}

{{ t('Agent checks matches') }} {{ t(' (optional):') }}

{{ t('If the match is successful, these agent checks are assigned to the imported hosts.') }}
{{ t('No agent checks are defined') }}
{{ t('Please create at least one "Agent check"') }}

@for (match of post.hostdefaults_to_agentchecks; track $index) {
{{ t('Agent check to assign on match') }}
{{ t('RegEx that needs to match') }}
}

{{ t('External Monitoring Checks') }} {{ t(' (optional):') }}

{{ t('If the match is successful, these service templates are assigned to the imported hosts.') }}
{{ t('No service templates are defined!') }}
{{ t('Please create at least one "Service template"') }}

@for (match of post.hostdefaults_to_servicetemplates_external_monitoring; track $index) {
{{ t('RegEx that needs to match') }}
{{ t('Service template to assign on match') }}
}