See www.zabbix.com for the official Zabbix site.
Docs/DB schema/2.4/autoreg host
From Zabbix.org
< Docs/DB schema | 2.4
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
autoreg_hostid | NONE | NOT NULL | id | |||
proxy_hostid | NONE | NULL | id | hosts.hostid C |
||
host | EMPTY | NOT NULL | varchar(64) | |||
listen_ip | EMPTY | NOT NULL | varchar(39) | |||
listen_port | 0 | NOT NULL | integer | |||
listen_dns | EMPTY | NOT NULL | varchar(64) | |||
host_metadata | EMPTY | NOT NULL | varchar(255) |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | autoreg_hostid |
autoreg_host_1 | No | proxy_hostid, host |