This commit is contained in:
XenGi 2026-02-24 09:57:24 +01:00
parent 3c1622ba21
commit 0783f70a4e
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -53,7 +53,7 @@
scrape_interval = "15s";
static_configs = [
{
targets = ["ellsberg.berlin.ccc.de:8006"];
targets = ["ellsberg.berlin.ccc.de"];
}
];
metrics_path = "/pve";
@ -120,7 +120,7 @@
];
exporters.pve = {
enable = true;
listenAddress = "::1";
listenAddress = "[::1]";
environmentFile = config.age.secrets.pve-exporter.path;
#configFile = "";
};