Hi Zbx community,
I am trying to dig into the Zabbix DB in order to use some data gathered by zabbix server. Actually, I'd like to do some stuff outside the Zabbix'frontend like :
- Use the Zabbix user management
- Be able to link a user with his hosts
- whatever...
For this purpose, I'm trying to build a data conceptual model from the DB structure file (I think there already are some tools which are able to do the job) and I am trying to gather any information about the Zabbix DB.
An old DB structure explaination with information on what tables are used to (Zabbix 1.0), p114:
http://www.zabbix.com/Zabbix%20Manual.pdf
Here are some information who could help someone to perform something as I am trying to do but I am very interested by any information about the Zabbix DB.
The following schema is my current draft.
Cheers.
I am trying to dig into the Zabbix DB in order to use some data gathered by zabbix server. Actually, I'd like to do some stuff outside the Zabbix'frontend like :
- Use the Zabbix user management
- Be able to link a user with his hosts
- whatever...
For this purpose, I'm trying to build a data conceptual model from the DB structure file (I think there already are some tools which are able to do the job) and I am trying to gather any information about the Zabbix DB.
An old DB structure explaination with information on what tables are used to (Zabbix 1.0), p114:
http://www.zabbix.com/Zabbix%20Manual.pdf
Here are some information who could help someone to perform something as I am trying to do but I am very interested by any information about the Zabbix DB.
The following schema is my current draft.
Cheers.
Comment