You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/10/02 03:58:44 UTC

[GitHub] [skywalking] muyun12 opened a new pull request #3555: optimize server-alarm-plugin

muyun12 opened a new pull request #3555: optimize server-alarm-plugin
URL: https://github.com/apache/skywalking/pull/3555
 
 
   Please answer these questions before submitting pull request
   
   - Why submit this pull request?
   - [ ] Bug fix
   - [x] New feature provided
   
   - [ ] Improve performance
   
   ### Enhanced server-alarm-plugin
   
   #### Configuration adjustment
   - old configuration
   ```
   webhooks:
       - http://xxx
       - http://xxxx
   ```
   - new configuration
   ```
   webhooks:
       default:
           - http://xxx
       some:
          - http://xxxx
   ```
   
   #### Custom  the Alert Extension
   
   Implement `RemoteEndpoint` interface

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services