@if (post) {
{{ t('Update external monitoring system') }} {{ post.name }}
@if (!post.container_id) {
{{ t('Please select a container.') }}
}
@if (post.system_type === ExternalMonitoringSystems.Icinga2) { {{ t('Synchronize status information from Icinga 2 with openITCOCKPIT.') }} }

{{ t('Data source settings') }}

@if (formFields) { @for (formField of Object.values(formFields); track formField) {
} @if (post.system_type === ExternalMonitoringSystems.FlowChief) {

{{ t('Object type settings') }}

{{ t('Please select all message templates you want to import or leave them blank to import without filtering by message template.') }}
{{ t('Load message templates for import') }}
{{ t('Selecting the message templates can take some time if the number of config items is too large.') }}
@if (connectStatus === false) {

{{ t('404 Bad Request') }}

{{ connectMessage }}

} @if (connectStatus === true) { {{ t('Connection established successfully.') }} }

{{ t('Detected message templates') }} ({{ messageTemplates.length }})

{{ t('FlowChief Nodes from the Plantexplorer can be assigend') }} {{ t('here') }}.
} }
}