From ced526824f513425bd769b46c843f2c4550b5625 Mon Sep 17 00:00:00 2001 From: cppla <i@cpp.la> Date: Mon, 9 Sep 2024 19:18:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=98=BF=E9=87=8C=E4=BA=91?= =?UTF-8?q?=E5=85=8D=E8=B4=B920G=E5=91=8A=E8=AD=A6=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=EF=BC=8C=E9=99=90=E5=88=B6username=E6=98=AFaliyun1=E5=92=8Cali?= =?UTF-8?q?yun2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/server/config.json b/server/config.json index 0a96056..37daf8e 100644 --- a/server/config.json +++ b/server/config.json @@ -45,12 +45,6 @@ "interval": 300, "type": "https" }, - { - "name": "aliyun", - "host": "https://www.aliyun.com", - "interval": 300, - "type": "https" - }, { "name": "114", "host": "114.114.114.114:53", @@ -84,11 +78,17 @@ "callback": "https://yourSMSurl" }, { - "name": "month traffic warning", + "name": "month 999GB traffic warning", "rule": "(network_out-last_network_out)/1024/1024/1024>999", "interval": 3600, "callback": "https://yourSMSurl" }, + { + "name": "aliyun china free 18GB traffic warning", + "rule": "(network_out-last_network_out)/1024/1024/1024>18&(username='aliyun1'|username='aliyun2')", + "interval": 3600, + "callback": "https://yourSMSurl" + }, { "name": "you can parse an expression combining any known field", "rule": "load_5>3",