I use docker-compose with macvlan as opposed to host IP with ports. A install using your docker file worked just fine. I modified it to use macvlan and now it is now longer working. collectd produces the following error:
[2022-08-31 16:30:58] [notice] read-function of plugin `snmp-QNAP-collectd' failed. Will suspend it for 60.000 seconds.
If I change collectd to use hostmode again, I no longer get the errors, but the dashboard no longer updates. Perhaps because influx and grafana are still using external IPs.
I use docker-compose with macvlan as opposed to host IP with ports. A install using your docker file worked just fine. I modified it to use macvlan and now it is now longer working. collectd produces the following error:
If I change collectd to use hostmode again, I no longer get the errors, but the dashboard no longer updates. Perhaps because influx and grafana are still using external IPs.
Here is my current docker-compose:
Here are the settings from my qnap:
Any ideas on how I could get this to work using macvlan as opposed to host/bridge networking? Thanks in advance for any pointers.