See www.zabbix.com for the official Zabbix site.
Docs/DB schema/3.0/sysmaps links
From Zabbix.org
< Docs/DB schema | 3.0
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
linkid | NONE | NOT NULL | id | sysmaps_link_triggers.linkid C | ||
sysmapid | NONE | NOT NULL | id | sysmaps.sysmapid C |
||
selementid1 | NONE | NOT NULL | id | sysmaps_elements.selementid C |
||
selementid2 | NONE | NOT NULL | id | sysmaps_elements.selementid C |
||
drawtype | 0 | NOT NULL | integer | |||
color | 000000 | NOT NULL | varchar(6) | |||
label | EMPTY | NOT NULL | varchar(2048) |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | linkid |
sysmaps_links_1 | No | sysmapid |
sysmaps_links_2 | No | selementid1 |
sysmaps_links_3 | No | selementid2 |