February 2018
Beginner
290 pages
7h 28m
English
In this section, we will quickly install Grafana and add our Prometheus data source. The installation is fairly straightforward and we will install it on our management box. With regard to instructions for other operating systems, follow this link: http://docs.grafana.org/installation.
Since we are using Ubuntu, the instructions include the following:
wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_4.6.3_amd64.deb \&& sudo apt-get install -y adduser libfontconfig \&& sudo dpkg -i grafana_4.6.3_amd64.deb
The URL can be taken from the download page mentioned previously. Once the installation is complete, we can start the service using the ...
Read now
Unlock full access