04. Grafana
Install and configure Grafana for Prometheus
Install and Configure Grafana for Prometheus
ND#9991 C03 L04 A04 Graphana
Grafana Code
Prometheus Grafana
(Note: You can scroll to the right to see all the code in the box below.)
curl -LO https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_5.1.4_amd64.deb ;
sudo apt-get install -y adduser libfontconfig ;
sudo dpkg -i grafana_5.1.4_amd64.deb ;
sudo systemctl start grafana-server ;
sudo systemctl enable grafana-server