Commit Diff


commit - 191337d0c3d59aa9a990eb5192664d5c5079f187
commit + da19a2fd0fbbf44bc5495e68c7f24103d025b3b6
blob - 0ba8c204eb380a63e77bd017dfdc13ea4ee6ab83
blob + 7e5c3866feeda7b532b0ca8054e215db08634734
--- host.go
+++ host.go
@@ -10,6 +10,7 @@ type Host struct {
 	Address6     string    `json:"address6"`
 	Groups       []string  `json:"groups"`
 	State        HostState `json:"state"`
+	StateType    StateType `json:"state_type"`
 	CheckCommand string    `json:"check_command"`
 	DisplayName  string    `json:"display_name"`
 }