summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:11:10 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:11:10 +0200
commitde663df12651d29f567aa7ca2a2bebc41f8979fb (patch)
treeb8ab39eaaa41a6965cc1022fb784671009748195
parenta3852a5aa50cdf41b2d1723a81eb33a21ee286a6 (diff)
downloadnixos-de663df12651d29f567aa7ca2a2bebc41f8979fb.tar
nixos-de663df12651d29f567aa7ca2a2bebc41f8979fb.tar.gz
nixos-de663df12651d29f567aa7ca2a2bebc41f8979fb.tar.bz2
nixos-de663df12651d29f567aa7ca2a2bebc41f8979fb.tar.xz
nixos-de663df12651d29f567aa7ca2a2bebc41f8979fb.zip
...
-rw-r--r--odin.nix4
1 files 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 @@
552 scrapeConfigs = [ 552 scrapeConfigs = [
553 { job_name = "router"; 553 { job_name = "router";
554 static_configs = [ 554 static_configs = [
555 { targets = [ "heimdallr.asgard.yggdrasil:9133" ]; 555 { targets = [ "heimdallr:9133" ];
556 } 556 }
557 ]; 557 ];
558 } 558 }
@@ -564,7 +564,7 @@
564 } 564 }
565 { job_name = "heimdallr"; 565 { job_name = "heimdallr";
566 static_configs = [ 566 static_configs = [
567 { targets = [ "heimdallr.asgard.yggdrasil:9100" ]; 567 { targets = [ "heimdallr:9100" ];
568 } 568 }
569 ]; 569 ];
570 } 570 }