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.
jenkins-master
Dustin 2021-08-21 17:15:21 -05:00
parent 7d2b3887c2
commit 911b86e694
1 changed files with 1 additions and 0 deletions

View File

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