Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-5709

Adopt Host API to export XML data structure.

XMLWordPrintable

    • 1

      ZBXNEXT-5228 involved changes in export XML schema. In Zabbix 4.2, host TLS connection was defined like:

      <tls_connect>4</tls_connect>
      <tls_accept>5</tls_accept> 

      Starting with 4.4, TLS is defined as:

      <tls_accept>
        <option>NO_ENCRYPTION</option>
        <option>TLS_CERTIFICATE</option>
      </tls_accept> 

      Changes made to implement this change was done wrongly (see ZBX-17165 for more details). Starting from 5.0, this should be fixed by adopting API for new data structure. CTransformImportConverter involved inĀ ZBX-17165 should be removed from Zabbix 5.0.

            zabbix.dev Zabbix Development Team
            Miks.Kronkalns Miks Kronkalns
            Team B
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: