saga: Add kea and blocky to prometheus jobs
This commit is contained in:
parent
4d3767356e
commit
20f61bf863
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
||||||
targets = [
|
targets = [
|
||||||
"valkyrie:${toString config.services.prometheus.exporters.node.port}" # node
|
"valkyrie:${toString config.services.prometheus.exporters.node.port}" # node
|
||||||
"valkyrie:${toString config.services.prometheus.exporters.unbound.port}" # unbound
|
"valkyrie:${toString config.services.prometheus.exporters.unbound.port}" # unbound
|
||||||
|
"valkyrie:${toString config.services.prometheus.exporters.kea.port}" # kea
|
||||||
|
"valkyrie:4000" # blocky
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue