SkillAgentSearch skills...

Tiguitto

Telegraf + InfluxDB + Grafana + Mosquitto MQTT Broker stack behind a Traefik Reverse-Proxy with varying levels of security and more ease of deployment.

Install / Use

/learn @InfluxCommunity/Tiguitto

README

TIGUITTO

Highly used Telegraf + InfluxDBv1.8 + Grafana stack with Mosquitto MQTT broker. Hence, the name:

T   I   G   UITTO
            |--(mosq)
        |--(rafana)
    |--(nfluxDB)
 |--(elegraf)

Initially created for Medium.com Post: Creating Your IoT Node and Edge Prototype with InfluxDB, Telegraf and Docker

Cases

Since the stack is very often used in IoT Setups, there are three usable scenarios that are thought of:

| CASE | Security | Usage | Status | |:--------------:|:-------------:|:-----------------------------------|:-----------------:| | prototype | Basic Auth. | Quick Deployments, Tests on Edge Devices | DONE | | selfsigned | X.509 Certificates | For Standalone Stacks for internal infrastructure | DONE | | certbot | Let's Encrypt Certificates | For Production-Ready Cloud Deployments | DONE |

Usage

  1. Refer to README.md in each case directory, since before bringing the stack up you will need to configure the case by executing some scripts and commands

  2. from root directory:

     docker-compose -f <CASE>/docker-compose.<CASE>.yml up -d
    
View on GitHub
GitHub Stars40
CategoryOperations
Updated8mo ago
Forks19

Languages

Shell

Security Score

87/100

Audited on Jul 31, 2025

No findings