Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-13053

PGRES_FATAL_ERROR:ERRO: INSERT INTO graphs has more expressions than target columns

XMLWordPrintable

    • Sprint 23
    • 1

      LLD charts are not automatically created on the host after version update. Apparently there is an error in the insert. See error generated in zabbix_server.log.
      PGRES_FATAL_ERROR: ERROR: INSERT has more expressions than target columns
      insert into graphs
      1 ° graphid,
      2 ° name,
      3 ° width,
      4 ° height,
      5th yaxismin,
      6 ° yaxismax,
      7 ° show_work_period,
      8th show_triggers,
      9 ° graphtype,
      10 ° show_legend,
      11 ° show_3d,
      12 ° percent_left,
      13 ° percent_right,
      14 ° ymin_type,
      15 ° ymin_itemid,
      16 ° ymax_type,
      17 ° ymax_itemid,
      18 ° flags
      )
      (
      1, 18246,
      2 '' vlan.dedicado.adm.shopping_m_ - {{HOST.HOST}: ifAlias ??[vlan.dedicado.adm.shopping_m _]. Last ()} = 0 ',
      3 900,
      4 ° 200,
      5 ° C,
      6 ° 000000,
      7 ° 100,
      8 ° 000000,
      9 1,
      10 ° 1,
      11 ° C,
      12 ° 1,
      13 ° C,
      14 ° C,
      15 ° 000000,
      16 ° C,
      17 ° 000000,
      18 ° C,
      19 ° null,
      20 ° C,
      21 ° null,
      22 ° 4
      )

            s.paskevics Sergejs Paskevics
            euler.garcia Euler Thomas Garcia
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: