See www.zabbix.com for the official Zabbix site.
Docs/DB schema/4.0/conditions
From Zabbix.org
< Docs/DB schema | 4.0
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
conditionid | NONE | NOT NULL | id | |||
actionid | NONE | NOT NULL | id | actions.actionid C |
||
conditiontype | 0 | NOT NULL | integer | |||
operator | 0 | NOT NULL | integer | |||
value | EMPTY | NOT NULL | varchar(255) | |||
value2 | EMPTY | NOT NULL | varchar(255) |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | conditionid |
conditions_1 | No | actionid |