Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomCheck ¶
type RandomCheck struct {
// contains filtered or unexported fields
}
func (RandomCheck) Execute ¶
func (t RandomCheck) Execute() goplum.Result
type RandomCheckType ¶
type RandomCheckType struct{}
func (RandomCheckType) Create ¶
func (c RandomCheckType) Create(config json.RawMessage) (goplum.Check, error)
func (RandomCheckType) Name ¶
func (c RandomCheckType) Name() string
type RandomParameters ¶
type RandomParameters struct {
PercentGood float32 `json:"percent_good"`
}
type SysOutAlert ¶
type SysOutAlert struct {
}
func (SysOutAlert) Send ¶
func (s SysOutAlert) Send(details goplum.AlertDetails) error
type SysOutAlertType ¶
type SysOutAlertType struct{}
func (SysOutAlertType) Create ¶
func (s SysOutAlertType) Create(_ json.RawMessage) (goplum.Alert, error)
func (SysOutAlertType) Name ¶
func (s SysOutAlertType) Name() string
Click to show internal directories.
Click to hide internal directories.