forked from Drift/pvv-nixos-config
Add ildkule to prometheus targets
This commit is contained in:
parent
40c67c6153
commit
084313e01d
|
@ -16,6 +16,7 @@ in {
|
||||||
targets = [
|
targets = [
|
||||||
"ildkule.pvv.ntnu.no:${toString cfg.exporters.node.port}"
|
"ildkule.pvv.ntnu.no:${toString cfg.exporters.node.port}"
|
||||||
"microbel.pvv.ntnu.no:9100"
|
"microbel.pvv.ntnu.no:9100"
|
||||||
|
"isvegg.pvv.ntnu.no:9100"
|
||||||
"knakelibrak.pvv.ntnu.no:9100"
|
"knakelibrak.pvv.ntnu.no:9100"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue