See www.zabbix.com for the official Zabbix site.
Docs/DB schema/4.0/httptest
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 |
---|---|---|---|---|---|---|
httptestid | NONE | NOT NULL | id | httpstep.httptestid C httptest.templateid C httptest_field.httptestid C httptestitem.httptestid C | ||
name | EMPTY | NOT NULL | varchar(64) | |||
applicationid | NONE | NULL | id | applications.applicationid |
||
nextcheck | 0 | NOT NULL | integer | |||
delay | 1m | NOT NULL | varchar(255) | |||
status | 0 | NOT NULL | integer | |||
agent | Zabbix | NOT NULL | varchar(255) | |||
authentication | 0 | NOT NULL | integer | |||
http_user | EMPTY | NOT NULL | varchar(64) | |||
http_password | EMPTY | NOT NULL | varchar(64) | |||
hostid | NONE | NOT NULL | id | hosts.hostid C |
||
templateid | NONE | NULL | id | httptest.httptestid C |
||
http_proxy | EMPTY | NOT NULL | varchar(255) | |||
retries | 1 | NOT NULL | integer | |||
ssl_cert_file | EMPTY | NOT NULL | varchar(255) | |||
ssl_key_file | EMPTY | NOT NULL | varchar(255) | |||
ssl_key_password | EMPTY | NOT NULL | varchar(64) | |||
verify_peer | 0 | NOT NULL | integer | |||
verify_host | 0 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | httptestid |
httptest_1 | No | applicationid |
httptest_2 | YES | hostid, name |
httptest_3 | No | status |
httptest_4 | No | templateid |