janvda / balena-node-red-mqtt-nginx-TIG-stack

Composite docker application with "8" containers (2x Node-RED, 2x MQTT broker, Telegraf, InfluxDb, Grafana, Nginx) for deployment on Raspberry Pi through Balena.
Eclipse Public License 2.0
58 stars 42 forks source link

Missing "$" in telegraf.conf #12

Closed diverjoe closed 5 years ago

diverjoe commented 5 years ago

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!!!!!

janvda commented 5 years ago

Many thanks for the comment. I have been a bit too quick when making those changes.

I have fixed it : b2031c276ba20d12aee740fe44ed7312a84df6a2