From de663df12651d29f567aa7ca2a2bebc41f8979fb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 7 May 2019 00:11:10 +0200 Subject: ... --- odin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odin.nix b/odin.nix index 31ceb4bc..b1fa8193 100644 --- a/odin.nix +++ b/odin.nix @@ -552,7 +552,7 @@ scrapeConfigs = [ { job_name = "router"; static_configs = [ - { targets = [ "heimdallr.asgard.yggdrasil:9133" ]; + { targets = [ "heimdallr:9133" ]; } ]; } @@ -564,7 +564,7 @@ } { job_name = "heimdallr"; static_configs = [ - { targets = [ "heimdallr.asgard.yggdrasil:9100" ]; + { targets = [ "heimdallr:9100" ]; } ]; } -- cgit v1.2.3