Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cppla authored Oct 13, 2023
1 parent a8383ef commit 67877ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 67877ba

Please sign in to comment.