Remove minecraft grafana job for now
This commit is contained in:
parent
eb662a8be1
commit
9578a0f60e
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue