mirror of https://github.com/cppla/ServerStatus
parent
7603ce37af
commit
9ee1516f72
|
@ -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)`
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
# Make Better
|
# Make Better
|
||||||
|
|
Loading…
Reference in New Issue