Grafana
This page provides simple instructions on how to install Grafana. Configuration is documented in another page.
tip
Grafana 7.4.0+ is recommended. Grafana 7.x or newer is required.
#
PluginsThis application uses a few Grafana plugins. Install them. Grafana must be installed first, see below.
- Clock
- Discrete (InfluxDB only)
- PieChart
If you're running Grafana in Docker, pass this environment variable/value to Grafana to install the plugins:
#
Installingnote
You can find official instructions in the Grafana Docs.
This will set it up on localhost:3000 with admin/admin login.
#
Linux#
CentOS 7Get an RPM. https://grafana.com/docs/installation/rpm/
#
Ubuntu 18.04#
macOSYou need Homebrew:
#
DockerPull the container and run Grafana like this:
Replace YOURLOCALPATH
with a location for the data Grafana needs to write to disk.
#
ConfiguringTo configure Grafana, you need to add a data source and import the dashboards. Learn how to do that in Grafana Setup.