diff options
-rw-r--r-- | odin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | } |