Requirements and Installation - InfluxDB® and Grafana®
- InfluxDB® Version 1.8.
- Grafana® version 9.1.2 or higher - see https://grafana.com/.
Installation of Grafana® and dashboard
Installation of Grafana®
- Download the installer under Windows (https://grafana.com/). Open and run the installer and install all features: or
- Run the following command to install Grafana® under Linux:
wget https://dl.grafana.com/enterprise/release/grafana-enterprise-9.1.4-1.x86_64.rpm
sudo yum install grafana-enterprise-9.1.4-1.x86_64.rp
For more information, see https://grafana.com/ and https://grafana.com/grafana/download?platform=linux.
Grafana® Service under Windows
- Check that the Grafana® service runs via :
Grafana® Service under Linux
- To start Grafana®, complete the following steps:
Sudo systemctl enable Grafana-server.service ( Grafana service to restart at boot) Sudo systemctl start Grafana-server (start the Grafana service)
- Check that Grafana® runs:
Sudo systemctl status Grafana-server (Check the status of service)