shantanoo-desai / komponist

A Composer for your favorite IoT/ IIoT container stacks with Ansible + Jinja2 + Docker Compose v2
GNU Affero General Public License v3.0
25 stars 2 forks source link

[telegraf] Design configuration for Telegraf plugins #95

Closed shantanoo-desai closed 1 year ago

shantanoo-desai commented 1 year ago

Description

Create a common telegraf.conf.j2 which can include the respective inputs and outputs plugin configuration based on Jinja2 include logic similar to that of Traefik's dynamic.yml.j2.

The created telegraf.conf in the deploy directory can be mounted into the container using Docker configs logic similar to Node-RED's settings.js.

Tasks

shantanoo-desai commented 1 year ago

NOTE

Output Plugin for TimescaleDB will be developed later