Documentation
¶
Overview ¶
Package versa implements NDM Versa corecheck
Index ¶
Constants ¶
View Source
const (
// CheckName is the name of the check
CheckName = "versa"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VersaCheck ¶
VersaCheck contains the fields for the Versa check
func (*VersaCheck) Configure ¶
func (v *VersaCheck) Configure(senderManager sender.SenderManager, integrationConfigDigest uint64, rawInstance integration.Data, rawInitConfig integration.Data, source string) error
Configure the Versa check
func (*VersaCheck) Interval ¶
func (v *VersaCheck) Interval() time.Duration
Interval returns the scheduling time for the check
func (*VersaCheck) IsHASupported ¶
func (v *VersaCheck) IsHASupported() bool
IsHASupported returns true if the check supports HA
Click to show internal directories.
Click to hide internal directories.