grafana

(a) Access to the Web Page

Access to http://127.0.0.1:3000/ with the machine's browser on the same network as DB machine,
and you can see the web page as follows:

(b) Login

Login with the username: 'admin' and the password: 'admin' grafana top

(c) Add Database Source

  1. Click "Add data source"
  2. Click "InfluxDB"

grafana add db source
grafana add db source

  1. Set URL "http://localhost:8086"
  2. Set Database "dcsDB"
  3. Click "Save & Test"

grafana add db source

(d) Create New Dashboard

  1. Click "+"
  2. Click "Add Query"

grafana add dashboard

  1. Select the measurement channel (e.g. "Tempareture")
  2. Select data value from the list (e.g. temp1)

grafana add dashboard