1
0
Fork 0

prometheus: add caveman-gatherer

This commit is contained in:
Astro 2022-12-30 02:59:37 +01:00
parent 2880d63143
commit c9c6e88ae8
1 changed files with 8 additions and 4 deletions

View File

@ -81,10 +81,14 @@
} {
targets = [ "localhost:${toString config.services.prometheus.exporters.collectd.port}" ];
} {
targets = [ "relay.fedi.buzz" ];
} {
# caveman-hunter
targets = [ "${zwNets.flpk.hosts4.caveman}:9101" ];
targets = [
# caveman: caveman-hunter
"${zwNets.flpk.hosts4.caveman}:9101"
# caveman: caveman-gatherer
"fedi.buzz"
# buzzrelay: buzzrelay
"relay.fedi.buzz"
];
} ];
}];