tig-stack
tig-stack copied to clipboard
The Telegraf, InfluxDB, & Grafana stack (TIG) powered by Docker & Docker Compose.
Configured MQTT plugin [[inputs.mqtt_consumer]] in telegraf.conf but lost a day trying to get the topic showing as a tag in Influxdb. [[inputs.mqtt_consumer.topic_parsing]] topic = "xxxx/+/+" tags = "_/sensor_id/_ Turns out...
influxdb,telegraf and grafana is already work on raspberry with 64 bits ,how to configure to get measurement of temperature of cpu of raspbrerry pi,thanks for help
I am modifying the telegraf.conf file to point to the influx db and I get the error below: This is when i point to the ip of the influx db...
Hi, I am trying to configure telegraf but it does not finish making the connection, therefore, I cannot add the data source in grafana either. These are the parameters I...
Hi, I've just tested this. I believe `--host http://${DOCKER_INFLUXDB_INIT_HOST}:8086` needs to be changed back to `--host http://${DOCKER_INFLUXDB_INIT_HOST}:${DOCKER_INFLUXDB_INIT_PORT}`. Otherwise Grafana fails to connect to connect to InfluxDB when a different port...
The command ``` influx setup --bucket ${DOCKER_INFLUXDB_INIT_BUCKET} --retention ${DOCKER_INFLUXDB_INIT_RETENTION} --token ${DOCKER_INFLUXDB_INIT_ADMIN_TOKEN} --org ${DOCKER_INFLUXDB_INIT_ORG} --host http://${DOCKER_INFLUXDB_INIT_HOST}:8086 --force ``` does not have the desired effect, does not create the bucket from docker-compose...
Hi, I´m testing this Stack, however InfluxDB doesn´t start. Any idea? 