From 9fa52e8ac6652f37bd229fb33bc4ef8946ddf30f Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 1 Aug 2022 19:35:17 -0700 Subject: [PATCH] Add tracert 1.1.1.1 hops to monitoring --- .../monitoring/exporter-ping/config.yml | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/server/config/monitoring/exporter-ping/config.yml b/server/config/monitoring/exporter-ping/config.yml index fe58557..bd6aa6a 100644 --- a/server/config/monitoring/exporter-ping/config.yml +++ b/server/config/monitoring/exporter-ping/config.yml @@ -1,10 +1,20 @@ targets: - - 8.8.8.8 - - 8.8.4.4 - - 1.1.1.1 - - 1.0.0.1 - - 192.168.1.1 - - jafner.net + - 8.8.8.8 # google primary + - 8.8.4.4 # google secondary + - 1.1.1.1 # cloudflare primary + - 1.0.0.1 # cloudflare secondary + - 9.9.9.9 # quad9 primary + - 149.112.112.112 # quad9 secondary + - 192.168.1.1 # local gateway + - jafner.net # own public ip + - tukw-dsl-gw76.tukw.qwest.net # tracert 1.1.1.1 hop 2 + - tukw-agw1.inet.qwest.net # tracert 1.1.1.1 hop 3 + - 4.68.38.173 # tracert 1.1.1.1 hop 4 + - 4.69.219.210 # tracert 1.1.1.1 hop 5 + - 4.30.140.62 # tracert 1.1.1.1 hop 6 + - 172.71.144.3 # tracert 1.1.1.1 hop 7 + + dns: refresh: 1m