From fa0ee2bf57c13e8e22a80806219a6059850193a3 Mon Sep 17 00:00:00 2001 From: cppla Date: Wed, 18 Sep 2024 13:24:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E8=A6=81=E7=BA=BF=E8=B7=AF=E4=B8=A2?= =?UTF-8?q?=E5=8C=85=E7=8E=87=E5=91=8A=E8=AD=A6=E4=BE=8B=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- server/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fb1974..d697ac8 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ cd ServerStatus/server && make }, { "name": "重要线路丢包率过高检查", - "rule": "(ping_10010>5|ping_189>5|ping_10086>5)&(host='sgp'|host='qqhk'|host='hk-21-x'|host='hk-31-x')", + "rule": "(ping_10010>10|ping_189>10|ping_10086>10)&(host='sgp'|host='qqhk'|host='hk-21-x'|host='hk-31-x')", "interval": 600, "callback": "https://yourSMSurl" }, diff --git a/server/config.json b/server/config.json index 58d011a..aa37dd5 100644 --- a/server/config.json +++ b/server/config.json @@ -91,7 +91,7 @@ }, { "name": "packet loss rate warning", - "rule": "(ping_10010>5|ping_189>5|ping_10086>5)&(host='sgp'|host='qqhk'|host='hk-21-x'|host='hk-31-x')", + "rule": "(ping_10010>10|ping_189>10|ping_10086>10)&(host='sgp'|host='qqhk'|host='hk-21-x'|host='hk-31-x')", "interval": 3600, "callback": "https://yourSMSurl" },