mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
updated websocket to plain
This commit is contained in:
@@ -122,7 +122,7 @@ Parameters for this connector module:
|
||||
|
||||
|Parameter| Description|
|
||||
|---|---|
|
||||
|url| WebSocket end-point of RIS, which currently is `wss://ris-live.ripe.net/v1/ws/` |
|
||||
|url| WebSocket end-point of RIS, which currently is `ws://ris-live.ripe.net/v1/ws/` |
|
||||
|subscription| Dictionary containing the parameters required by RIS. Refer to the [official documentation](https://ris-live.ripe.net/) for details.|
|
||||
|carefulSubscription| If this parameter is set to true (default), the RIS server will stream only the data related to our prefix. This is an advanced parameter useful only for research purposes. |
|
||||
|perMessageDeflate| Enable gzip compression on the connection. |
|
||||
@@ -174,7 +174,7 @@ Parameters for this monitor module:
|
||||
|maxDataSamples| Maximum number of collected BGP messages for each alert which doesn't reach yet the `thresholdMinPeers`. Default to 1000. As soon as the `thresholdMinPeers` is reached, the collected BGP messages are flushed, independently from the value of `maxDataSamples`.|
|
||||
|
||||
#### monitorPath
|
||||
``
|
||||
|
||||
This monitor detects BGP updates containing AS_PATH which match particular regular expressions.
|
||||
|
||||
> Example:
|
||||
|
Reference in New Issue
Block a user