hosts: vmhost{0,1}: Configure collectd server

The VM hosts have multiple network interfaces with IPv6 addresses, so
collectd may not always choose the correct one to send metrics.  Thus we
have to explicitly tell it to use the management interface, to avoid it
sending data on the SAN interface.
jenkins-master
Dustin 2021-07-19 13:37:56 -05:00
parent 4aa3cdddd9
commit 207c9d6428
2 changed files with 6 additions and 0 deletions

View File

@ -10,3 +10,6 @@ dhcpcd_interfaces:
storage_iface: bond1 storage_iface: bond1
samba_interfaces: samba_interfaces:
- enp5s0 - enp5s0
collectd_network_servers:
- host: ff18::efc0:4a42
interface: enp5s0

View File

@ -10,3 +10,6 @@ dhcpcd_interfaces:
storage_iface: bond1 storage_iface: bond1
samba_interfaces: samba_interfaces:
- enp5s0 - enp5s0
collectd_network_servers:
- host: ff18::efc0:4a42
interface: enp5s0