Update README.md

pull/232/head
cppla 2023-10-13 13:34:18 +08:00 committed by GitHub
parent 3ef6cb52c1
commit da83c54e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ cd ServerStatus/server && make
"watchdog":
[
{
"name": "服务器负载高监控,排除负载一直大于15的物理机",
"rule": "cpu>90&load_1>4&load_5<15",
"name": "服务器负载高监控,排除内存大于32G物理机",
"rule": "cpu>90&load_1>4&memory_total<33554432",
"interval": 600,
"callback": "https://yourSMSurl"
},