Align Oracle version string of ODBC template and agent plugin

XMLWordPrintable

    • Type: New Feature Request
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 7.0.5
    • Component/s: Agent2 plugin (G)
    • None

      Current

      Zabbix Agent Oracle Plugin (src/go/plugins/oracle/handler_version.go) uses this query:
      SELECT VERSION_FULL FROM V$INSTANCE -> e.g. 19.23.0.0.0

      Zabbix template template_db_oracle_odbc
      SELECT VERSION || '-' || EDITION AS VERSION FROM V$INSTANCE -> e.g. 19.0.0.0.0-SE2

      Proposed change

      Let both use this query to have same output
      SELECT VERSION_FULL || '-' || EDITION AS VERSION FROM V$INSTANCE -> e.g. 19.23.0.0.0-SE2

            Assignee:
            Marina Generalova
            Reporter:
            Arno Nym
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: