See www.zabbix.com for the official Zabbix site.
Docs/DB schema/3.0/sessions
From Zabbix.org
< Docs/DB schema | 3.0
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
sessionid | EMPTY | NOT NULL | varchar(32) | |||
userid | NONE | NOT NULL | id | users.userid C |
||
lastaccess | 0 | NOT NULL | integer | |||
status | 0 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | sessionid |
sessions_1 | No | userid, status |