1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

improved documentation about connectorRISdump

This commit is contained in:
Massimo Candela
2021-06-04 00:53:48 +02:00
parent 12fbca9a14
commit 2faadc3458
4 changed files with 28 additions and 7 deletions

View File

@@ -133,7 +133,14 @@ Parameters for this connector module:
|perMessageDeflate| Enable gzip compression on the connection. |
#### connectorRISDump
It connects to the RIPEstat's BGPlay API and retrieves a RIS dump about the monitored resources. The retrieved dump is 2 hours old, due to limitations on the API side.
It connects to the RIPEstat's BGPlay API and retrieves a RIS dump about the monitored resources. The retrieved dump is 2 hours old, due to limitations on the API side.
Without this connector, when you start BGPalerter the monitoring will start based on new BGP updates. This means that you will not receive alerts before a new BGP update is propagated; e.g., if one of your prefixes is already hijacked when you start BGPalerter, you will not get notified immediately.
This connector runs only in the two following conditions:
- you enable it in the config.yml (commented out by default);
- you didn't start BGPalerter in the last two hours.
#### connectorTest