Commit d2820ed9 authored by Ben Kochie's avatar Ben Kochie Committed by Brian Brazil

Update Grafana setup instructions (#1356)

* Remove reference to very old version.
* Update link to correct download URL.
Signed-off-by: 's avatarBen Kochie <superq@gmail.com>
parent c4ebcf2f
...@@ -14,20 +14,8 @@ The following shows an example Grafana dashboard which queries Prometheus for da ...@@ -14,20 +14,8 @@ The following shows an example Grafana dashboard which queries Prometheus for da
## Installing ## Installing
For the full Grafana installation instructions, see the [official Grafana To install Grafana see the [official Grafana
documentation](http://docs.grafana.org/installation/). documentation](https://grafana.com/grafana/download/).
As an example, on Linux, installing Grafana could look like this:
```bash-lang
# Download and unpack Grafana from binary tar (adjust version as appropriate).
curl -L -O https://grafanarel.s3.amazonaws.com/builds/grafana-2.5.0.linux-x64.tar.gz
tar zxf grafana-2.5.0.linux-x64.tar.gz
# Start Grafana.
cd grafana-2.5.0/
./bin/grafana-server web
```
## Using ## Using
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment