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:
@@ -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).
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user