See www.zabbix.com for the official Zabbix site.
Docs/DB schema/4.0/proxy history
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 |
---|---|---|---|---|---|---|
id | NONE | NOT NULL | serial | |||
itemid | NONE | NOT NULL | id | items.itemid |
||
clock | 0 | NOT NULL | time | |||
timestamp | 0 | NOT NULL | time | |||
source | EMPTY | NOT NULL | varchar(64) | |||
severity | 0 | NOT NULL | integer | |||
value | EMPTY | NOT NULL | longtext | |||
logeventid | 0 | NOT NULL | integer | |||
ns | 0 | NOT NULL | nanosec | |||
state | 0 | NOT NULL | integer | |||
lastlogsize | 0 | NOT NULL | bigint | |||
mtime | 0 | NOT NULL | integer | |||
flags | 0 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | id |
proxy_history_1 | No | clock |