Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Probe ¶
type Probe interface {
Probe(ctx *context.ProbeContext) (Result, error)
}
Probe is the interface to execute VM probes.
func NewGuestHeartbeatProber ¶
func NewGuestHeartbeatProber(prober vmProviderGuestHeartbeatProber) Probe
func NewGuestInfoProber ¶ added in v1.8.6
func NewGuestInfoProber(prober vmProviderGuestInfoProber) Probe
func NewTCPProber ¶
func NewTCPProber() Probe
NewTCPProber creates a new tcp prober which implements the Probe interface to execute tcp probes.
Click to show internal directories.
Click to hide internal directories.