|
|
|
@ -4,6 +4,10 @@ RunMode = "release"
|
|
|
|
|
# my cluster name
|
|
|
|
|
ClusterName = "Default"
|
|
|
|
|
|
|
|
|
|
# Default busigroup Key name
|
|
|
|
|
# do not change
|
|
|
|
|
BusiGroupLabelKey = "busigroup"
|
|
|
|
|
|
|
|
|
|
# sleep x seconds, then start judge engine
|
|
|
|
|
EngineDelay = 120
|
|
|
|
|
|
|
|
|
@ -75,6 +79,12 @@ NotifyBuiltinEnable = true
|
|
|
|
|
Enable = false
|
|
|
|
|
ScriptPath = "./etc/script/notify.py"
|
|
|
|
|
|
|
|
|
|
[Alerting.CallPlugin]
|
|
|
|
|
Enable = false
|
|
|
|
|
# use a plugin via `go build -buildmode=plugin -o notify.so`
|
|
|
|
|
PluginPath = "./etc/script/notify.so"
|
|
|
|
|
Caller = "n9eCaller"
|
|
|
|
|
|
|
|
|
|
[Alerting.RedisPub]
|
|
|
|
|
Enable = false
|
|
|
|
|
# complete redis key: ${ChannelPrefix} + ${Cluster}
|
|
|
|
@ -211,4 +221,4 @@ MaxIdleConnsPerHost = 100
|
|
|
|
|
# KeepAlive = 30000
|
|
|
|
|
# MaxConnsPerHost = 0
|
|
|
|
|
# MaxIdleConns = 100
|
|
|
|
|
# MaxIdleConnsPerHost = 100
|
|
|
|
|
# MaxIdleConnsPerHost = 100
|
|
|
|
|