Ad Widget

Collapse

Zabbix Database Information

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Manuel Deschambault
    Junior Member
    • Jan 2026
    • 23

    #1

    Zabbix Database Information

    Zabbix server 7.4, Grafana server 12.3.0

    I have a PostgreSQL 18 database under the hood, both for Zabbix and Grafana

    I have a PostgreSQL datasource setup in Grafana using a read-only user I have setup in the Zabbix PostgreSQL database.

    The problem I have is the 'host' table does not have an field containing the host name (at least in readable format), and I can't seem to find the other table that would have this information (that I could do a SQL join query on).

    Is there a complete map of the Database available somewhere, or does someone have some exploration steps documented?
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4925

    #2
    You need to look better... hosts table contains multiple fields
    host -> "Host name" in UI
    name -> "Visual name" in UI
    name_upper -> same as host, but in all caps...

    Comment

    Working...