mirror of https://github.com/cppla/ServerStatus
Update README.md
parent
67877bacfc
commit
3ef6cb52c1
|
@ -94,8 +94,8 @@ cd ServerStatus/server && make
|
||||||
"watchdog":
|
"watchdog":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "服务器负载高监控,排除物理机",
|
"name": "服务器负载高监控,排除负载一直大于15的物理机",
|
||||||
"rule": "cpu>90&load_1>4&load_5<10",
|
"rule": "cpu>90&load_1>4&load_5<15",
|
||||||
"interval": 600,
|
"interval": 600,
|
||||||
"callback": "https://yourSMSurl"
|
"callback": "https://yourSMSurl"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue