{{ t('openITCOCKPIT will import all Process Variables from the selected nodes.') }}
{{ t('In case the list is empty, execute the command') }}
oitc import_module.flowchief_import_nodes
--external-monitoring-system-id {{ post.id }}
{{ t('on the openITCOCKPIT server to get the list of available nodes.') }}
@if (post.flowchief_nodes_membership.length > 0) {
{{ t('Attention!') }}
{{ t('Please note that enabling the "Include sub-tree PVs" option may result in a large number of unnecessary imports, which can cause performance issues.') }}
}
@for (nodeMembership of post.flowchief_nodes_membership; track $index) {
@if (nodeMembership.is_recursive) {
} @else {
}
{{ nodeMembership.path }}
}