The dashboards included in this package have been developed with Grafana Open Source (Grafana OSS 11.1).
If you are already using Grafana, you can add these dashboards to your existing instance.
If you are new to Grafana, it is recommended to install the Docker image of Grafana OSS:
https://grafana.com/grafana/download?pg=oss-graf&platform=docker&edition=oss
Details of the setup are described in Run Grafana Docker Image.
Short version:
- From a command prompt of the machine where Docker is running:
docker run -d --name=grafana -p 3000:3000 grafana/grafana-oss
- From a browser on any client in the same network:
http://<hostname>:3000
where<hostname>
is the host name or IP address of the Docker machine - On the Login screen, enter "admin" for both, username and password
- On request enter a new password
- Under Connections, choose Add new connection and select InfluxDB
- On the configuration screen, set
Query language: Flux
URL: URL for the Influx DB
Auth: deselect all options
InfluxDB Details/Organization: Organization specified during Influx setup.
InfluxDB Details/Token: The token created in Influx. - Push Save & test
You can download JSON exports of the monitorEMS dashboards from the grafana folder of this repository.
To import these into an existing Grafana instance, proceed as follows:
- Open the Dashboards overview
- Push the New button and select Import
- Navigate to one of the downloaded JSON files and push Import