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 67877ba commit 3ef6cb5
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_1>4&load_5<10",
"name": "服务器负载高监控,排除负载一直大于15的物理机",
"rule": "cpu>90&load_1>4&load_5<15",
"interval": 600,
"callback": "https://yourSMSurl"
},
Expand Down

0 comments on commit 3ef6cb5

Please sign in to comment.