ZABBIX 4.0 Entity Relationship Diagram or Database

2019-08-18 10:02发布

Specifically for ZABBIX 4.0, is the Entity Relationship Diagram (ERD) or Database Schema available from anybody? Thanks!

1条回答
来,给爷笑一个
2楼-- · 2019-08-18 10:24

The documentation is quite outdated, the schema is for the 2.4 version.

However you can use MySQL Workbench to plot it: connect to Zabbix's mysql, then Database -> Reverse Engineer and follow the steps.

Here's a sample from my Zabbix 4.0 server:

enter image description here

查看更多
登录 后发表回答