Skip to content

thetemplar/Influxdb2-mosquitto-telegraf-grafana-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Influxdb2-mosquitto-telegraf-grafana-docker

Creates 4 Containers. /opt/mqtt-server needs to be existing (or changed in config).

grafana/datasource.yml

url needs to be changed to your local url/server-address.

mosquitto/users

is set to mqttuser/mqttpassword

telegraf/telegraf.conf

urls needs to be changed to your local url/server-address.

commands:

git clone https://github.com/thetemplar/Influxdb2-mosquitto-telegraf-grafana-docker
cd Influxdb2-mosquitto-telegraf-grafana-docker

find . -type f -exec sed -i 's/<Password>/yourpassword/g' {} +

gpg --gen-random -a 0 25 #(or uuidgen)
find . -type f -exec sed -i 's/<Token>/base64token/g' {} +

chmod 777 run.sh
./run.sh

docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published