{{ t('Scan device') }} @if (host) { {{ host.name }} ({{ host.address }}) }
@if (host) { }
@if (!executingDiscovery && !discoveryResult && !MkProcesses) {
{{ t('Download and install the Checkmk Agent.') }}
{{ t('If not already done, please download and install the Checkmk Agent now.') }}
{{ t('Download Checkmk agent') }}

{{ t('Checkmk agent') }}

{{ t('If enabled, openITCOCKPIT will query the Checkmk agent on the remote host.') }}

{{ t('Address family') }}

{{ t('Using IPv4 / IPv6 Dual Stack can result in poor configuration refresh performance if the device is not using IPv6') }}

{{ t('SNMP') }}

{{ t('If enabled, openITCOCKPIT will query the remote host through SNMP.') }}
@if (post.Mksnmp.enable_snmp) {
@if (post.Mksnmp.version != 3) {
} @if (post.Mksnmp.version == 3) {
}
}
} @if (executingDiscovery) {
{{ t('Executing remote discovery...') }} @if (isSatellite) { {{ t('(via remote satellite system)') }} }
@if (isSatellite) {
}
} @if (satelliteHealthError !== '' || satelliteProcessError !== '') {
{{ t('Error from Satellite!') }} @if (satelliteHealthError != '') {
{{ satelliteHealthError }}
} @if (satelliteProcessError != '') {
{{ satelliteProcessError }}
}
} @if (discoveryResult && MkProcesses) {
@if (post.Mksnmp.enable_agent) {
} @if (servicesSelect.length > 0) {
} @if (systemdSelect.length > 0) {
}
{{ t('Some services require own parameters, e.g. each interface can have a different speed. If enabled, each services will use its own recommended parameters, as long as they are different from the service template.') }}
@if (missingTemplates.length > 0) {
{{ t('More services available') }}
{{ t('Before you are able to monitor the following services, it is required that an appropriate service template has been created.') }}
} @if (missingTemplates.length > 0) {
@for (missingTemplate of missingTemplates; track missingTemplate) { }
{{ t('Checkmk Check') }} {{ t('Item') }} {{ t('Parameters') }} {{ t('Description') }}
{{ missingTemplate.checktype }} {{ missingTemplate.item }} {{ missingTemplate.params }} {{ missingTemplate.description }}
}
}
@if (!discoveryResult && !MkProcesses) { } @if (!executingDiscovery && ( discoveryResult || MkProcesses )) { }