typo
This commit is contained in:
parent
be84e4d3aa
commit
dca7b045ff
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@
|
||||||
cluster = [ "1" ];
|
cluster = [ "1" ];
|
||||||
node = [ "1" ];
|
node = [ "1" ];
|
||||||
};
|
};
|
||||||
relabel_configs = {
|
relabel_configs = [
|
||||||
{
|
{
|
||||||
source_labels = [ "__address__" ];
|
source_labels = [ "__address__" ];
|
||||||
target_label = "__param_target";
|
target_label = "__param_target";
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
target_label = "__address__";
|
target_label = "__address__";
|
||||||
replacement = "[::1]:${toString config.services.prometheus.exporters.pve.port}";
|
replacement = "[::1]:${toString config.services.prometheus.exporters.pve.port}";
|
||||||
}
|
}
|
||||||
};
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
ruleFiles = [
|
ruleFiles = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue