mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-13 12:52:12 +08:00
加一个ddcc告警示例
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
"interval": 600,
|
||||
"callback": "https://yourSMSurl"
|
||||
},
|
||||
{
|
||||
"name": "ddcc attack",
|
||||
"rule": "tcp_count>1000",
|
||||
"interval": 300,
|
||||
"callback": "https://yourSMSurl"
|
||||
},
|
||||
{
|
||||
"name": "you can parse an expression combining any known field",
|
||||
"rule": "load_5>3",
|
||||
|
||||
Reference in New Issue
Block a user