fix ip
This commit is contained in:
parent
3c1622ba21
commit
0783f70a4e
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
scrape_interval = "15s";
|
scrape_interval = "15s";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{
|
{
|
||||||
targets = ["ellsberg.berlin.ccc.de:8006"];
|
targets = ["ellsberg.berlin.ccc.de"];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
metrics_path = "/pve";
|
metrics_path = "/pve";
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
];
|
];
|
||||||
exporters.pve = {
|
exporters.pve = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddress = "::1";
|
listenAddress = "[::1]";
|
||||||
environmentFile = config.age.secrets.pve-exporter.path;
|
environmentFile = config.age.secrets.pve-exporter.path;
|
||||||
#configFile = "";
|
#configFile = "";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue