Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶ added in v0.0.2
type Server struct {
// contains filtered or unexported fields
}
Server defines the listening servers
func New ¶ added in v0.0.2
func New(c *check.Check, b *builtins.Builtins, p *plugins.Plugins, ss *statsd.Server) (*Server, error)
New creates a new instance of the listening servers
func (*Server) GetReverseAgentAddress ¶ added in v0.6.0
GetReverseAgentAddress returns the address reverse should use to talk to the agent. Initially, this is the first server address.
Click to show internal directories.
Click to hide internal directories.