mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-14 01:33:54 +08:00
fix bug for offline
This commit is contained in:
@@ -72,8 +72,8 @@
|
||||
"callback": "https://yourSMSurl"
|
||||
},
|
||||
{
|
||||
"name": "offline warning,exclude name node1",
|
||||
"rule": "online4=0&online6=0&name!='node1'",
|
||||
"name": "offline warning",
|
||||
"rule": "online4=0&online6=0",
|
||||
"interval": 600,
|
||||
"callback": "https://yourSMSurl"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user