totoro: monitor minotarproxy
This commit is contained in:
parent
cadeef609f
commit
b91ba12f0f
1 changed files with 6 additions and 0 deletions
|
@ -217,6 +217,12 @@ in {
|
||||||
target_label = "__address__";
|
target_label = "__address__";
|
||||||
replacement = "totoro:${toString config.services.prometheus.exporters.snmp.port}";
|
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";
|
job_name = "nixos/prometheus";
|
||||||
metrics_path = "/prometheus/federate";
|
metrics_path = "/prometheus/federate";
|
||||||
|
|
Loading…
Reference in a new issue