See www.zabbix.com for the official Zabbix site.
Docs/DB schema/4.0/auditlog
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 |
---|---|---|---|---|---|---|
auditid | NONE | NOT NULL | id | auditlog_details.auditid C | ||
userid | NONE | NOT NULL | id | users.userid C |
||
clock | 0 | NOT NULL | time | |||
action | 0 | NOT NULL | integer | |||
resourcetype | 0 | NOT NULL | integer | |||
details | 0 | NOT NULL | varchar(128) | |||
ip | EMPTY | NOT NULL | varchar(39) | |||
resourceid | 0 | NOT NULL | id | |||
resourcename | EMPTY | NOT NULL | varchar(255) |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | auditid |
auditlog_1 | No | userid, clock |
auditlog_2 | No | clock |