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.
This commit is contained in:
2020-12-23 20:57:01 -06:00
parent 8d442b2aaf
commit 71f55ddfdf

View File

@@ -1,2 +1,5 @@
burp_backup: burp_backup:
- include: /var/lib/homeassistant - include: /var/lib/homeassistant
collectd_network_servers:
- host: ff18::efc0:4a42
interface: eth0