See www.zabbix.com for the official Zabbix site.
Docs/DB schema/trunk/icon mapping
From Zabbix.org
< Docs/DB schema | trunk
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
iconmappingid | NONE | NOT NULL | id | |||
iconmapid | NONE | NOT NULL | id | icon_map.iconmapid C |
||
iconid | NONE | NOT NULL | id | images.imageid |
||
inventory_link | 0 | NOT NULL | integer | |||
expression | EMPTY | NOT NULL | varchar(64) | |||
sortorder | 0 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | iconmappingid |
icon_mapping_1 | No | iconmapid |
icon_mapping_2 | No | iconid |