From 71f55ddfdf4eaff20c78721c67c13a6054cf3d44 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 23 Dec 2020 20:57:01 -0600 Subject: [PATCH] hosts: hass1: Set collectd network interface Because *hass1.pyrocufflink.blue* has multiple interfaces, collectd does not know which interface it should use to send multicast metrics messages. To force it to use the wired interface, which is connected to the default internal ("blue") network, the `interface` property needs to be set. --- host_vars/hass1.pyrocufflink.blue.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host_vars/hass1.pyrocufflink.blue.yml b/host_vars/hass1.pyrocufflink.blue.yml index cfca450..558df41 100644 --- a/host_vars/hass1.pyrocufflink.blue.yml +++ b/host_vars/hass1.pyrocufflink.blue.yml @@ -1,2 +1,5 @@ burp_backup: - include: /var/lib/homeassistant +collectd_network_servers: +- host: ff18::efc0:4a42 + interface: eth0