From 765f8a17d4af3e36d776894409c63cdea0deb018 Mon Sep 17 00:00:00 2001 From: Ties de Kock Date: Fri, 29 Oct 2021 09:42:56 +0200 Subject: [PATCH] Fix a typo in the README section on rtrmon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c2e768..b080850 100644 --- a/README.md +++ b/README.md @@ -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`.