totoro: monitor minotarproxy

This commit is contained in:
Luke Granger-Brown 2021-06-28 21:17:48 +00:00
parent cadeef609f
commit b91ba12f0f

View file

@ -217,6 +217,12 @@ in {
target_label = "__address__";
replacement = "totoro:${toString config.services.prometheus.exporters.snmp.port}";
}];
} {
job_name = "minotar/minotarproxy";
scheme = "https";
static_configs = [{
targets = ["minotarproxy.lukegb.xyz:443"];
}];
} {
job_name = "nixos/prometheus";
metrics_path = "/prometheus/federate";