Update README.md

up theme
pull/220/merge
cppla 2023-10-05 15:29:32 +08:00 committed by GitHub
parent 7603ce37af
commit 9ee1516f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -105,14 +105,14 @@ cd ServerStatus/server && make
"callback": "https://yourSMSurl" "callback": "https://yourSMSurl"
}, },
{ {
"name": "服务器宕机告警", "name": "服务器宕机告警,排除经常掉线的",
"rule": "online4=0&online6=0", "rule": "online4=0&online6=0&username!=s21",
"interval": 600, "interval": 600,
"callback": "https://yourSMSurl" "callback": "https://yourSMSurl"
}, },
{ {
"name": "DDOS和CC攻击监控", "name": "DDOS和CC攻击监控",
"rule": "tcp_count>500", "rule": "tcp_count>600",
"interval": 300, "interval": 300,
"callback": "https://yourSMSurl" "callback": "https://yourSMSurl"
}, },
@ -165,7 +165,7 @@ web-dir参数为上一步设置的网站根目录务必修改成自己网站
服务器和客户端自行加入开机启动,或进程守护,或后台方式运行。 例如: nohup python3 client-linux.py & 服务器和客户端自行加入开机启动,或进程守护,或后台方式运行。 例如: nohup python3 client-linux.py &
`extra scene (run web/ssview.py)` `extra scene (run web/ssview.py)`
![Shell View](http://dl.cpp.la/Archive/serverstatus-shell.png) ![Shell View](https://dl.cpp.la/Archive/serverstatus-shell.png?version=2023)
# Make Better # Make Better