See www.zabbix.com for the official Zabbix site.
Docs/DB schema/2.0/nodes
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 |
---|---|---|---|---|---|---|
nodeid | NONE | NOT NULL | integer | history_str_sync.nodeid history_sync.nodeid history_uint_sync.nodeid ids.nodeid node_cksum.nodeid C nodes.masterid | ||
name | 0 | NOT NULL | varchar(64) | |||
ip | EMPTY | NOT NULL | varchar(39) | |||
port | 10051 | NOT NULL | integer | |||
nodetype | 0 | NOT NULL | integer | |||
masterid | NONE | NULL | integer | nodes.nodeid |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | nodeid |