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?
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?