{{ t('openITCOCKPIT Agent Configuration for:') }} @if (host) { {{ host.name }} ({{ host.address }}) }

{{ t('Executing TLS certificate exchange') }}

@if (runningCheck) {
{{ t('Executing TLS certificate exchange') }} @if (isSatellite) { {{ t('(via remote satellite system)') }} }
@if (isSatellite) {
}
} @if (connection_test?.status === 'success') {
{{ t('Success') }}
{{ connection_test?.error }} @if (connection_test?.guzzle_error) {
{{ connection_test?.guzzle_error }}
}
} @if (connection_test?.status === 'error') {
{{ t('Error') }}
{{ connection_test?.error }} @if (connection_test?.guzzle_error) {
{{ connection_test?.guzzle_error }}
}
@if (connection_test?.oitc_errno === AgentHttpClientErrors.ERRNO_HTTPS_COMPROMISED) {
}
} @if (connection_test?.status === 'warning') {
{{ t('Error!') }}
{{ connection_test?.error }} @if (connection_test?.guzzle_error) {
{{ connection_test?.guzzle_error }}
}
@if (connection_test?.oitc_errno === AgentHttpClientErrors.ERRNO_AGENT_RESPONSES_TO_HTTP) {
}
} @if (connection_test?.status === 'unknown') {
{{ t('Unknown error') }}
{{ connection_test?.error }} @if (connection_test?.guzzle_error) {
{{ connection_test?.guzzle_error }}
}
} @if (hasSatelliteError) {
{{ t('Error') }}
{{ satelliteErrorMsg }}
}