Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Header = []byte("ZBXD\x01")
Functions ¶
This section is empty.
Types ¶
type Packet ¶
type Packet struct { Request string `json:"request"` Data []*Metric `json:"data"` Clock int64 `json:"clock"` }
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
Sender sends data to zabbix Read more: https://www.zabbix.com/documentation/3.4/manual/config/items/itemtypes/trapper
Click to show internal directories.
Click to hide internal directories.