You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/03-module-configuration.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ datasource = "influxdb"
44
44
defaultdashboardstore = "db"
45
45
accessmode = "proxy"
46
46
timeout = "5"
47
-
directrefresh = "no"
47
+
enablecache = "no"
48
48
usepublic = "no"
49
49
publichost = "otherhost:3000"
50
50
publicprotocol = "http"
@@ -80,7 +80,7 @@ ssl_verifyhost = "0"
80
80
|username |**Proxy with basic only****Required** HTTP Basic Auth user name to access Grafana.|
81
81
|password |**Proxy with basic only****Required** HTTP Basic Auth password to access Grafana. Requires the username setting.|
82
82
|apitoken |**Proxy with token only****Required** API token used to access Grafana.|
83
-
|indirectproxyrefresh|**Indirect Proxy Only****Optional.**Refresh graphs on indirect proxy mode. Defaults to `yes`.|
83
+
|enablecache|**Indirect Proxy Only****Optional.**Enables or disable caching graphs. Defaults to `yes`.|
84
84
|usepublic |**Optional** Enable usage of publichost/protocol. Defaults to `no`.|
85
85
|publichost |**Optional** Use a different host for the graph links.|
86
86
|publicprotocol |**Optional** Use a different protocol for the graph links.|
@@ -189,9 +189,8 @@ The password used to authenticate to Grafana server.
189
189
### apitoken
190
190
API token used to access Grafana. See [Create API Token](http://docs.grafana.org/http_api/auth/#create-api-token) for details how to create a API token.
191
191
192
-
### indirectproxyrefresh
193
-
Only for `indirectproxy` access mode. Enables or disable graph refresh with an interval of the service interval.
194
-
Defaults to `yes`.
192
+
### enablecache
193
+
Only for `indirectproxy` access mode. Enables or disable caching graphs. Defaults to `yes`.
195
194
196
195
### usepublic
197
196
Enables/Disables the usage of a `public` URL to the Grafana server.
0 commit comments