prometheus: collectd: Listen on unicast socket

For hosts that cannot send metrics via multicast (e.g. because they are
on a different subnet), *collectd* needs to listen on the all-hosts
unicast address.
This commit is contained in:
2021-08-21 17:15:21 -05:00
parent 7d2b3887c2
commit 911b86e694

View File

@@ -1,4 +1,5 @@
collectd_network_servers: []
collectd_network_listen:
- '::'
- ff18::efc0:4a42
collectd_prometheus_host: '::1'