Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertConfig ¶
type AlertConfig struct {
Name string
Description string
MetricName string
Op string
Template string
WarnThreshold int
CriticalThreshold int
TriggerIntveral int
Servers []string
Disk string
Service string
Email bool
Pagerduty bool
Slack bool
SlackChannel string
}
func GetAlertConfig ¶
func GetAlertConfig(path string) []AlertConfig
Click to show internal directories.
Click to hide internal directories.