How to instal Grafana on Ubuntu 16.04 and pull in data from InfluxDB
This video is a tutorial on how to install Grafana on Ubuntu 16.04 and pull in Home Assistant data from InfluxDB.
Here are links to some various webpages I pulled information from….
https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/
http://docs.grafana.org/installation/debian/
As always lets make sure the system is up to date…..
sudo apt-get update
sudo apt-get upgrade
Let’s install grafana…..
sudo vi /etc/apt/sources.list
and add this line at the bottom….
deb https://packagecloud.io/grafana/stable/debian/ jessie main
curl https://packagecloud.io/gpg.key | sudo apt-key add –
sudo apt-get update
sudo apt-get install grafana
sudo systemctl daemon-reload
sudo systemctl start grafana-server
sudo systemctl status grafana-server
http://localhost:3000
default username and password for grafana is admin and admin
Now you are ready to add your data source and start creating dashboards….
If you like the video, please subscribe to my channel. If you have any questions, hit me up in the comments below. Please let me know if there are any tutorials you would like to see.
ubuntu