TIG stack (telegraf, influxdb, grafana) on Raspberry Pi using docker
prerequisites
make sure docker runs on your Raspberry Pi
(For a new raspberry Pi flash SD card and install hypriot on your raspberry pi first: http://blog.hypriot.com/post/releasing-HypriotOS-1-8/
)
installation
- copy the repo to your home dir
- cd to
docker-tig
folder - run
docker-compose up
(add-d
for detached mode)
use
you can access grafana under http://DeviceIP:3000
enjoy.