Skip to content

Commit c5d0c9f

Browse files
committed
Merge branch 'v3.1.x'
2 parents d95545b + c030134 commit c5d0c9f

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docs/sources/guides/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ page_keywords: grafana, guide, documentation
55
---
66

77
# Getting started
8-
This guide will help you get started and acquainted with Grafana. It assumes you have a working Grafana 2.x instance, and have added at least one [Data Source](/datasources/overview).
8+
This guide will help you get started and acquainted with Grafana. It assumes you have a working Grafana server up and running and have added at least one [Data Source](/datasources/overview).
99

1010
## Beginner guides
1111
Watch the 10min [beginners guide to building dashboards](https://www.youtube.com/watch?v=sKNZMtoSHN4&index=7&list=PLDGkOdUX1Ujo3wHw9-z5Vo12YLqXRjzg2) to get a quick intro to setting up Dashboards and Panels.

docs/sources/installation/configuration.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The IP address to bind to. If empty will bind to all interfaces
7676
The port to bind to, defaults to `3000`. To use port 80 you need to
7777
either give the Grafana binary permission for example:
7878

79-
$ sudo setcap 'cap_net_bind_service=+ep' /opt/grafana/current/grafana
79+
$ sudo setcap 'cap_net_bind_service=+ep' /usr/sbin/grafana-server
8080

8181
Or redirect port 80 to the Grafana port using:
8282

@@ -477,3 +477,14 @@ Format `<Hostname or ip>`:port
477477
### prefix
478478
Graphite metric prefix. Defaults to `prod.grafana.%(instance_name)s.`
479479

480+
## [snapshots]
481+
482+
### external_enabled
483+
Set to false to disable external snapshot publish endpoint (default true)
484+
485+
### external_snapshot_url
486+
Set root url to a Grafana instance where you want to publish external snapshots (defaults to https://snapshots-origin.raintank.io)
487+
488+
### external_snapshot_name
489+
Set name for external snapshot button. Defaults to `Publish to snapshot.raintank.io`
490+

docs/sources/installation/mac.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,17 @@ Installation can be done using [homebrew](http://brew.sh/)
1111
Install latest stable:
1212

1313
```
14-
brew install grafana/grafana/grafana
15-
```
16-
17-
To start grafana look at the command printed after the homebrew install completes.
18-
19-
You can also add the grafana as tap.
20-
21-
```
22-
brew tap grafana/grafana
14+
brew update
2315
brew install grafana
2416
```
2517

26-
Install latest unstable from master:
27-
28-
```
29-
brew install --HEAD grafana/grafana/grafana
30-
```
18+
To start grafana look at the command printed after the homebrew install completes.
3119

3220
To upgrade use the reinstall command
3321

3422
```
35-
brew reinstall --HEAD grafana/grafana/grafana
23+
brew update
24+
brew reinstall grafana
3625
```
3726

3827

docs/sources/reference/playlist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Since Grafana automatically scales Dashboards to any resolution they're perfect
1414

1515
The Playlist feature can be accessed from Grafana's sidemenu. Click the 'Playlist' button from the sidemenu to access the Playlist functionality. When 'Playlist' button is clicked, playlist view will open up showing saved playlists and an option to create new playlists.
1616

17-
<img src="/img/v2/dashboard_search.png" class="no-shadow">
17+
<img src="/img/v3/playlist.png" class="no-shadow">
1818

1919
Click on "New Playlist" button to create a new playlist. Firstly, name your playlist and configure a time interval for Grafana to wait on a particular Dashboard before advancing to the next one on the Playlist.
2020

0 commit comments

Comments
 (0)