Zabbix hosts and host groups¶
In Zabbix, the hosts table acts as the central repository for device information, storing essential data such as IP addresses, hostid, status, and IPMI details for agents and proxies^[600-developer-operation-maintenance-zabbix-zabbix-intro.md]. This table effectively records comprehensive information for each monitored device^[600-developer-operation-maintenance-zabbix-zabbix-intro.md].
To organize these hosts, Zabbix utilizes groups, which are defined in the groups table by a group name and a unique ID^[600-developer-operation-maintenance-zabbix-zabbix-intro.md]. The actual association between specific hosts and their assigned groups is maintained by the hosts_groups table^[600-developer-operation-maintenance-zabbix-zabbix-intro.md].
This relational structure allows the system to map individual devices to broader logical collections. Many other tables in the database rely on the hostid as a foreign key to link monitoring data, such as items and triggers, back to the specific host^[600-developer-operation-maintenance-zabbix-zabbix-intro.md].
Related Concepts¶
- [[Zabbix items]]
- [[Zabbix triggers]]
Sources¶
600-developer-operation-maintenance-zabbix-zabbix-intro.md