The below post is a simple explanation I did time ago, if you want further info and better explanation about how to setup a monitoring system into your Raspberripy please go to here.

Raspbian version:9.8

$ uname -r
4.14.98-v7+
$ uname -m
armv7l

Version installed on my RasPi: Grafana v6.0.2 (3f4c2e7)

  1. Download Grafana package for your correct Raspi ARM
  2. $sudo dpkg -i grafana_6.1.3_armhf.deb
  3. $systemctl start grafana-server
  4. $systemctl status grafana-server
  5. then you will see from the status propmt the address=0.0.0.0:3000
msg="HTTP Server Listen" logger=http.server address=0.0.0.0:3000

To check the site is working go through localhost:3000


The above post is a simple explanation I did time ago, if you want further info and better explanation about how to setup a monitoring system into your Raspberry Pi please go here