Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct {
// contains filtered or unexported fields
}
func NewConnector ¶
type Host ¶
type Host struct { DisplayName string `json:"display_name"` State int `json:"state"` LastStateChange float64 `json:"last_state_change"` Acknowledgement int `json:"acknowledgement"` DowntimeDepth int `json:"downtime_depth"` EnableNotifications bool `json:"enable_notifications"` Output string `json:"output"` MaxCheckAttempts int `json:"max_check_attempts"` CheckAttempt int `json:"check_attempt"` Groups []string `json:"groups"` }
type HostResponse ¶
type HostResponse struct {
Results []HostAttrs `json:"results"`
}
type ServiceResponse ¶
type ServiceResponse struct {
Results []serviceAttrs `json:"results"`
}
Click to show internal directories.
Click to hide internal directories.