Skip to content

Commit 9ee1516

Browse files
authored
Update README.md
up theme
1 parent 7603ce3 commit 9ee1516

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)