Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cppla committed Oct 13, 2023
1 parent da83c54 commit 2e0d1f7
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 @@ -106,8 +106,8 @@ cd ServerStatus/server && make
"callback": "https://yourSMSurl"
},
{
"name": "服务器宕机告警,排除海外机器",
"rule": "online4=0&online6=0&time_10010<160&time_189<160&time_10086<160",
"name": "服务器宕机告警,闪断引起的误报问题等待解决",
"rule": "online4=0&online6=0",
"interval": 600,
"callback": "https://yourSMSurl"
},
Expand Down

0 comments on commit 2e0d1f7

Please sign in to comment.