Remove minecraft grafana job for now

This commit is contained in:
Evie Litherland-Smith 2024-02-21 12:31:26 +00:00
parent eb662a8be1
commit 9578a0f60e

View file

@ -25,10 +25,10 @@
job_name = "legion"; job_name = "legion";
static_configs = [{targets = ["127.0.0.1:${toString exporters.node.port}"];}]; static_configs = [{targets = ["127.0.0.1:${toString exporters.node.port}"];}];
} }
{ # {
job_name = "minecraft"; # job_name = "minecraft";
static_configs = [{targets = ["127.0.0.1:8000"];}]; # static_configs = [{targets = ["127.0.0.1:8000"];}];
} # }
]; ];
}; };
services.caddy.virtualHosts."grafana.xenia.me.uk".extraConfig = "reverse_proxy http://localhost:3000"; services.caddy.virtualHosts."grafana.xenia.me.uk".extraConfig = "reverse_proxy http://localhost:3000";