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

minor changes to the documentation

This commit is contained in:
Massimo Candela
2019-11-28 17:18:07 +01:00
parent 469cd7ba1e
commit 951ba0f0a2
2 changed files with 4 additions and 2 deletions

View File

@@ -180,6 +180,7 @@ This is useful if you want to be alerted in case your AS starts announcing somet
> group: default
> ```
> If in config.yml monitorAS is enabled, you will receive alerts every time a prefix not already part of the prefixes list is announced by AS58302.
>
>If AS58302 starts announcing 45.230.23.0/24 an alert will be triggered. This happens because such prefix is not already monitored (it's not a sub prefix of 50.82.0.0/20).
You can generate the options block in the prefixes list automatically. Refer to the options `-s` and `-m` in the [auto genere prefixes documentation](prefixes.md#generate).

View File

@@ -93,7 +93,7 @@ The `options` entry allows the configuration of additional monitoring options di
#### monitorASns
Allows for generic monitoring (not related to specific prefix) of Autonomous Systems. Please, refer to [monitorAS](configuration.md#monitoras) for more information.
Allows for generic monitoring (not related to specific prefixes) of Autonomous Systems.
An example of monitorASns configuration is:
@@ -107,6 +107,7 @@ monitorASns:
The AS2914 and AS3333 will be monitored. The alerts related to AS2914 will be sent to the "ntt" user group and the alerts for AS3333 to the "ripencc" user group.
The monitor in charge of doing this type of detection is [monitorAS (click for more information)](configuration.md#monitoras).
### Optimized regular expressions for AS path matching