Composite docker application with "8" containers (2x Node-RED, 2x MQTT broker, Telegraf, InfluxDb, Grafana, Nginx) for deployment on Raspberry Pi through Balena.
I believe that there is a missing "$" in the telegraf.conf file on line 53.
flush_interval = "flush_interval"
It seems it should be
flush_interval = "$flush_interval"
I discovered this when I had been using a fork from your project and then pulled in your changes. The build no longer started Telegraf properly. I added the $ and it started working perfectly again.
I believe that there is a missing "$" in the telegraf.conf file on line 53.
flush_interval = "flush_interval"
It seems it should be flush_interval = "$flush_interval"
I discovered this when I had been using a fork from your project and then pulled in your changes. The build no longer started Telegraf properly. I added the $ and it started working perfectly again.
BTW - this is incredibly amazing!!!!!