Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikesch-mp committed Apr 30, 2017
1 parent bd265e4 commit bd2b43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -86,6 +86,8 @@ datasource | **Required.** Type of the Grafana datasource (`influxdb`, `
defaultdashboard | **Required.** Name of the default dashboard which will be shown for unconfigured graphs. **Important: `panelID` must be set to `1`!** Defaults to `icinga2-default`.
defaultdashboardstore | **Optional.** Grafana backend (file or database). Defaults to `Database`.
accessmode | **Optional.** Controls whether graphs are fetched with curl (`proxy`) or are embedded (`direct`). Direct access is faster and needs `auth.anonymous` enabled in Grafana. Defaults to `proxy`.
timeout | **Optional.** Timeout in seconds for proxy mode to fetch images. Defaults to `5`.
directrefresh | **Optional.** Refresh graphs on direct access. Defaults to `no`.


Example:
Expand All @@ -105,6 +107,8 @@ defaultdashboard = "icinga2-default"
datasource = "influxdb"
defaultdashboardstore = "db"
accessmode = "proxy"
timeout = "5"
directrefresh = "no"
```

### Graph Configuration
Expand Down

0 comments on commit bd2b43b

Please sign in to comment.