Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DiskIgnored []string
RedisURL string
RedisKeyPrefix string
DataLogEnabled bool
DataLogTimeout int
AlarmEnabled bool
AlarmCPUPercent float64
AlarmMemoryPercent float64
AlarmDiskPercent float64
AlarmLoadValue float64
AlarmWebhookMethod string
AlarmWebhookURL string
AlarmWebhookHeader map[string]string
AlarmWebhookBody string
AlarmFilterEnabled bool
AlarmFilterWait int
AlarmFilterSleep int
LogTailEnabled bool
LogTailFiles []string
LogTailLines int
LogTailBufferSize int
LogTailLimit int
LogTailTimeout int
}
Config type.
Click to show internal directories.
Click to hide internal directories.