Skip to content

Commit

Permalink
Update Readme & module.info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikesch-mp committed May 20, 2017
1 parent c823b8c commit 5e670e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -87,7 +87,10 @@ accessmode | **Optional.** Controls whether graphs are fetched with curl
timeout | **Proxy only** **Optional.** Timeout in seconds for proxy mode to fetch images. Defaults to `5`.
username | **Proxy non anonymous only** **Required** HTTP Basic Auth user name to access Grafana.
password | **Proxy non anonymous only** **Required** HTTP Basic Auth password to access Grafana. Requires the username setting.
directrefresh | **Optional.** Refresh graphs on direct access. Defaults to `no`.
directrefresh | **Direct Only** **Optional.** Refresh graphs on direct access. Defaults to `no`.
usepublic | **Optional** Enable usage of publichost/protocol. Defaults to `no`.
publichost | **Optional** Use a diffrent host for the graph links.
publicprotocol | **Optional** Use a diffrent protocol for the graph links.

**IMPORTANT**
Be warned on 'iframe' access mode the auto refresh will hit you!
Expand All @@ -111,6 +114,9 @@ defaultdashboardstore = "db"
accessmode = "proxy"
timeout = "5"
directrefresh = "no"
usepublic = "no"
publichost = "otherhost:3000"
publicprotocol = "http"
```

### Graph Configuration
Expand Down
2 changes: 2 additions & 0 deletions module.info
Expand Up @@ -26,3 +26,5 @@ Description: Grafana - A perfdata visualisation module
Michael F.

Martin N.

Emerson P.

0 comments on commit 5e670e3

Please sign in to comment.