A repo to automate the installation of telegraf, influxdb and grafana on your raspberry pi with a predefined dashboard.
Its based on:
https://github.com/influxdata/influxdb
https://github.com/influxdata/telegraf
https://github.com/grafana/grafana
Work in progress.
- install clean raspbian jessie on your pi
apt-get install git
git clone https://github.com/TheReal1604/rpi-monitoring-node.git
cd rpi-monitoring-node
chmod +x install.sh
sudo ./install.sh
- Just wait some minutes until your fresh configured grafana instance is spawning
- open browser and access the url shown in the terminal:
If you want to add some telegraf plugins, edit the telegraf conf:
vi /etc/telegraf/telegraf.conf
- Implement that the password from grafana admin is changed (grafana-cli is not working atm..)
- Implement better dashboard
- Implement external IP check
- Feel free to open a pull request if you want to contribute
- You even can help if you make an issue with an additional idea for a necessary check
Should be added.