Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
Fix Unmonitored constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Apr 20, 2013
1 parent 65679f1 commit a116d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
Unavailable AvailableType = 2

Monitored StatusType = 0
Unmonitored StatusType = 0
Unmonitored StatusType = 1
)

// https://www.zabbix.com/documentation/2.0/manual/appendix/api/host/definitions
Expand Down

0 comments on commit a116d03

Please sign in to comment.