Update README.md

This commit is contained in:
cppla
2023-10-13 13:11:46 +08:00
committed by GitHub
parent a8383efe93
commit 67877bacfc

View File

@@ -94,8 +94,8 @@ cd ServerStatus/server && make
"watchdog":
[
{
"name": "服务器负载高监控",
"rule": "cpu>90&load_5>3",
"name": "服务器负载高监控,排除物理机",
"rule": "cpu>90&load_1>4&load_5<10",
"interval": 600,
"callback": "https://yourSMSurl"
},