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
parent
4aa3cdddd9
commit
207c9d6428
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue