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

minor edits to the documentation

This commit is contained in:
Massimo Candela
2021-06-29 14:14:41 +02:00
parent 0267a71de6
commit 3722c80f64
2 changed files with 3 additions and 3 deletions

View File

@@ -57,10 +57,10 @@ Read the documentation below for more options.
- [Composition](docs/configuration.md#composition)
- [Monitor for](docs/configuration.md#monitors)
- [Hijacks](docs/configuration.md#monitorhijack)
- [Path neighbors](docs/path-neighbors.md)
- [Path neighbors (downstream/upstream peers)](docs/path-neighbors.md)
- [Visibility loss](docs/configuration.md#monitorvisibility)
- [RPKI invalid announcements](docs/configuration.md#monitorrpki)
- [RPKI ROAs diffs](docs/configuration.md#monitorroas)
- [RPKI ROAs diffs, ROAs expirations, and TA malfunctions](docs/configuration.md#monitorroas)
- [Announcements of more specifics](docs/configuration.md#monitornewprefix)
- [Announcements of new prefixes](docs/configuration.md#monitoras)
- [Path matching](docs/configuration.md#monitorpath)

View File

@@ -98,7 +98,7 @@ Each report declaration is composed of:
| file | Name of the file containing the report implementation. Report implementations are in the `reports` directory. |
|params| A dictionary of parameters that can be useful for the functioning of the report. It is common to have group declarations among the parameters. Different reports with the same implementation can be initialized with different parameters. |
|params.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. |
|channels| A [list](docs/prefixes.md#array) of channels the monitor will listen (never write). Different reports with the same implementation can be initialized with a different list of channels to listen.|
|channels| A [list](docs/prefixes.md#array) of channels the report module will listen (never write). Different reports with the same implementation can be initialized with a different list of channels to listen.|
Each connector is composed of: