See www.zabbix.com for the official Zabbix site.
Docs/DB schema/trunk/maintenances
From Zabbix.org
< Docs/DB schema | trunk
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
maintenanceid | NONE | NOT NULL | id | event_suppress.maintenanceid C hosts.maintenanceid maintenance_tag.maintenanceid C 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 | shorttext | |||
active_since | 0 | NOT NULL | integer | |||
active_till | 0 | NOT NULL | integer | |||
tags_evaltype | 0 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | maintenanceid |
maintenances_1 | No | active_since, active_till |
maintenances_2 | YES | name |