See www.zabbix.com for the official Zabbix site.
Docs/DB schema/2.4/httpstep
From Zabbix.org
< Docs/DB schema | 2.4
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
httpstepid | NONE | NOT NULL | id | httpstepitem.httpstepid C | ||
httptestid | NONE | NOT NULL | id | httptest.httptestid C |
||
name | EMPTY | NOT NULL | varchar(64) | |||
no | 0 | NOT NULL | integer | |||
url | EMPTY | NOT NULL | varchar(2048) | |||
timeout | 15 | NOT NULL | integer | |||
posts | EMPTY | NOT NULL | shorttext | |||
required | EMPTY | NOT NULL | varchar(255) | |||
status_codes | EMPTY | NOT NULL | varchar(255) | |||
variables | EMPTY | NOT NULL | shorttext | |||
follow_redirects | 1 | NOT NULL | integer | |||
retrieve_mode | 0 | NOT NULL | integer | |||
headers | EMPTY | NOT NULL | shorttext |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | httpstepid |
httpstep_1 | No | httptestid |