See www.zabbix.com for the official Zabbix site.
Docs/DB schema/2.0/maintenances
From Zabbix.org
< Docs/DB schema | 2.0
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
maintenanceid | NONE | NOT NULL | id | hosts.maintenanceid maintenances_groups.maintenanceid C maintenances_hosts.maintenanceid C maintenances_windows.maintenanceid C | ||
name | EMPTY | NOT NULL | varchar(128) | |||
maintenance_type | 0 | NOT NULL | integer | |||
description | EMPTY | NOT NULL | text | |||
active_since | 0 | NOT NULL | integer | |||
active_till | 0 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | maintenanceid |
maintenances_1 | No | active_since, active_till |