See www.zabbix.com for the official Zabbix site.
Docs/DB schema/4.0/escalations
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 |
---|---|---|---|---|---|---|
escalationid | NONE | NOT NULL | id | |||
actionid | NONE | NOT NULL | id | actions.actionid |
||
triggerid | NONE | NULL | id | triggers.triggerid |
||
eventid | NONE | NULL | id | events.eventid |
||
r_eventid | NONE | NULL | id | events.eventid |
||
nextcheck | 0 | NOT NULL | time | |||
esc_step | 0 | NOT NULL | integer | |||
status | 0 | NOT NULL | integer | |||
itemid | NONE | NULL | id | items.itemid |
||
acknowledgeid | NONE | NULL | id | acknowledges.acknowledgeid |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | escalationid |
escalations_1 | YES | triggerid, itemid, escalationid |
escalations_2 | No | eventid |
escalations_3 | No | nextcheck |