See www.zabbix.com for the official Zabbix site.
Docs/DB schema/3.0/services
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 |
---|---|---|---|---|---|---|
serviceid | NONE | NOT NULL | id | service_alarms.serviceid C services_links.servicedownid C services_links.serviceupid C services_times.serviceid C | ||
name | EMPTY | NOT NULL | varchar(128) | |||
status | 0 | NOT NULL | integer | |||
algorithm | 0 | NOT NULL | integer | |||
triggerid | NONE | NULL | id | triggers.triggerid C |
||
showsla | 0 | NOT NULL | integer | |||
goodsla | 99.9 | NOT NULL | double | |||
sortorder | 0 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | serviceid |
services_1 | No | triggerid |