1
0
Fork 0

prometheus: add caveman-hunter

This commit is contained in:
Astro 2022-12-26 03:47:59 +01:00
parent 4624b8945f
commit 33d680b404
1 changed files with 3 additions and 0 deletions

View File

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