prometheus: add target relay.fedi.buzz

This commit is contained in:
Astro 2022-12-20 03:15:30 +01:00
parent 75eff70963
commit 3c8556c53d
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@
labels.__meta_net = "net-flpk";
} {
targets = [ "localhost:${toString config.services.prometheus.exporters.collectd.port}" ];
} {
targets = [ "relay.fedi.buzz" ];
} ];
}];