1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

Merge pull request #50 from ties/fix/doc-fix-typos-in-rtrmon-doc

Fix a typo in the README section on rtrmon
This commit is contained in:
Job Snijders
2021-10-29 08:44:43 +01:00
committed by GitHub

View File

@ -278,7 +278,7 @@ $ ./rtrmon \
-primary.host tcp://rtr.rpki.cloudflare.com:8282 \
-secondary.host https://console.rpki-client.org/vrps.json \
-secondary.refresh 30s \
-primary.refresh 30s \
-primary.refresh 30s
```
By default the Prometheus endpoint is on `http://[host]:9866/metrics`.
@ -286,7 +286,7 @@ Among others, this endpoint contains the following metrics:
* `rpki_vrps`: Current number of VRPS and current difference between the primary and secondary.
* `rtr_serial`: Serial of the rtr session (when applicable).
* `rtr_ression`: Session ID of the RTR session.
* `rtr_session`: Session ID of the RTR session.
* `rtr_state`: State of the rtr session (up/down).
* `update`: Timestamp of the last update.
* `vrp_diff`: The number of VRPs which were seen in `lhs` at least `visibility_seconds` ago not in `rhs`.