File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,14 @@ cd ServerStatus/server && make
105105 "callback": "https://yourSMSurl"
106106 },
107107 {
108- "name": "服务器宕机告警",
109- "rule": "online4=0&online6=0",
108+ "name": "服务器宕机告警,排除经常掉线的 ",
109+ "rule": "online4=0&online6=0&username!=s21 ",
110110 "interval": 600,
111111 "callback": "https://yourSMSurl"
112112 },
113113 {
114114 "name": "DDOS和CC攻击监控",
115- "rule": "tcp_count>500 ",
115+ "rule": "tcp_count>600 ",
116116 "interval": 300,
117117 "callback": "https://yourSMSurl"
118118 },
@@ -165,7 +165,7 @@ web-dir参数为上一步设置的网站根目录,务必修改成自己网站
165165服务器和客户端自行加入开机启动,或进程守护,或后台方式运行。 例如: nohup python3 client-linux.py &
166166
167167` extra scene (run web/ssview.py) `
168- ![ Shell View] ( http ://dl.cpp.la/Archive/serverstatus-shell.png)
168+ ![ Shell View] ( https ://dl.cpp.la/Archive/serverstatus-shell.png?version=2023 )
169169
170170
171171# Make Better
You can’t perform that action at this time.
0 commit comments