From fe34a36161813dd7f46ff704cdf124cbb4fb94c4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Apr 2022 19:25:09 -0700 Subject: prometheus: fix configuration --- hosts/common/server/prometheus.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts/common/server') diff --git a/hosts/common/server/prometheus.nix b/hosts/common/server/prometheus.nix index e85c242..0e4afff 100644 --- a/hosts/common/server/prometheus.nix +++ b/hosts/common/server/prometheus.nix @@ -17,7 +17,7 @@ let }; icmp = { prober = "icmp"; - icmp = { preferred_ip_protoco = "ip4"; }; + icmp = { preferred_ip_protocol = "ip4"; }; timeout = "5s"; }; }; @@ -95,8 +95,6 @@ in { "https://fcuny.net" "https://git.fcuny.net" "https://notes.fcuny.net" - "https://dash.fcuny.net" - "https://music.fcuny.net" ]; }]; relabel_configs = [ -- cgit 1.4.1