Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions item.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ package zabbix
//
// See: https://www.zabbix.com/documentation/4.0/manual/api/reference/item/object
type Item struct {
// Error is the error text indicating any problems with updating the item.
Error string `json:"error,omitempty"`

// HostID is the unique ID of the Host.
HostID string `json:"hostid,omitempty"`

Expand Down
Loading