加一个ddcc告警示例

This commit is contained in:
cppla
2023-03-13 07:23:44 +00:00
parent 52d62afa59
commit 979a9b5d87
2 changed files with 24 additions and 0 deletions

View File

@@ -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",