Grafana on Ubuntu 16.04…easy, I think
Just went through setting up Grafana on Ubuntu 16.04 and thought I would grab the steps I went through. I’m using a combination of Telegraf and some custom remote scripts to get data into InfluxDB. curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add – source /etc/lsb-release echo “deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable” | sudo tee /etc/apt/sources.list.d/influxdb.list sudo […]