mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
document skipPrefixMatch
This commit is contained in:
@@ -296,14 +296,14 @@ Example of alert:
|
|||||||
|
|
||||||
Parameters for this monitor module:
|
Parameters for this monitor module:
|
||||||
|
|
||||||
|Parameter| Description |
|
|Parameter| Description |
|
||||||
|---|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|---|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|thresholdMinPeers| Minimum number of peers that need to see the BGP update before to trigger an alert. |
|
|thresholdMinPeers| Minimum number of peers that need to see the BGP update before to trigger an alert. |
|
||||||
|notificationIntervalSeconds| It overwrite the global `notificationIntervalSeconds` for this specific monitor. See [here](#Configuration) the definition. |
|
|notificationIntervalSeconds| It overwrite the global `notificationIntervalSeconds` for this specific monitor. See [here](#Configuration) the definition. |
|
||||||
|noProxy| If there is a global proxy configuration (see [here](http-proxy.md)), this parameter if set to true allows the single module to bypass the proxy. |
|
|noProxy| If there is a global proxy configuration (see [here](http-proxy.md)), this parameter if set to true allows the single module to bypass the proxy. |
|
||||||
|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`. |
|
|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`. |
|
||||||
|
|skipPrefixMatch| It allows to send all the AS-related alerts to the AS monitoring rule instead of giving priority to prefix rules. Default `false`. |
|
||||||
|
|
||||||
#### monitorRPKI
|
#### monitorRPKI
|
||||||
|
|
||||||
This monitor will listen for all announcements produced by the monitored Autonomous Systems and for all the announcements
|
This monitor will listen for all announcements produced by the monitored Autonomous Systems and for all the announcements
|
||||||
|
Reference in New Issue
Block a user