mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-13 12:52:12 +08:00
update readme
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
{
|
||||
"name": "cpu high warning",
|
||||
"rule": "cpu>90",
|
||||
"interval": 600,
|
||||
"interval": 1200,
|
||||
"callback": "https://yourSMSurl"
|
||||
},
|
||||
{
|
||||
"name": "memory high warning",
|
||||
"rule": "(memory_used/memory_total)*100>90",
|
||||
"rule": "(memory_used/memory_total)*100>95",
|
||||
"interval": 600,
|
||||
"callback": "https://yourSMSurl"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user