Files
configpolicy/group_vars/prometheus.yml
Dustin C. Hatch 911b86e694 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.
2021-08-21 17:15:21 -05:00

6 lines
111 B
YAML

collectd_network_servers: []
collectd_network_listen:
- '::'
- ff18::efc0:4a42
collectd_prometheus_host: '::1'