See www.zabbix.com for the official Zabbix site.
Docs/DB schema/2.2/profiles
From Zabbix.org
< Docs/DB schema | 2.2
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
profileid | NONE | NOT NULL | id | |||
userid | NONE | NOT NULL | id | users.userid C |
||
idx | EMPTY | NOT NULL | varchar(96) | |||
idx2 | 0 | NOT NULL | id | |||
value_id | 0 | NOT NULL | id | |||
value_int | 0 | NOT NULL | integer | |||
value_str | EMPTY | NOT NULL | varchar(255) | |||
source | EMPTY | NOT NULL | varchar(96) | |||
type | 0 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | profileid |
profiles_1 | No | userid, idx, idx2 |
profiles_2 | No | userid, profileid |