Documentation ¶
Index ¶
Constants ¶
View Source
const ( TYPE_UNIX = "unix" TYPE_TCP = "tcp" )
Variables ¶
View Source
var UnsupportedProtocolError = errors.New("This protocol is not supported")
Functions ¶
func ParseCommaThresholds ¶
func SliceIndex ¶
SliceIndex from: http://stackoverflow.com/a/18203895
Types ¶
type Livestatus ¶
type Livestatus struct {
// contains filtered or unexported fields
}
Livestatus fetches data from livestatus.
func NewLivestatus ¶
func NewLivestatus(address string) (*Livestatus, error)
Click to show internal directories.
Click to hide internal directories.