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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ publicprotocol = "http"
38
38
custvardisable = "idontwanttoseeagraph"
39
39
ssl_verifypeer = "0"
40
40
ssl_verifyhost = "0"
41
+
dashboardlink = "0"
41
42
```
42
43
43
44
Hint: to display debug information for graphs you can use the URL parameter `&grafanaDebug`. This requires the `grafana/debug` permission.
@@ -57,6 +58,7 @@ Hint: to display debug information for graphs you can use the URL parameter `&gr
57
58
|defaultdashboarduid | **Required for Grafana 5** The UID of the default dashboard for **Grafana 5**.
58
59
|defaultdashboardpanelid| **Required** IDs of the panels used in the default dashboard. Defaults to `1`.
59
60
|shadows |**Optional.** Show shadows around the graphs. ** Defaults to `false`.|
61
+
|dashboardlink |**Optional.** Link to the dashboard instead to a single panel. |
60
62
|defaultorgid | **Required.** Number of the default organization id where dashboards are located. Defaults to `1`.
61
63
|accessmode |**Optional.** Controls whether graphs are fetched with curl (`indirectproxy`) or in iframe ('iframe'). Iframe needs `auth.anonymous` enabled in Grafana. Defaults to `indirectproxy`.|
62
64
|timeout |**Proxy only****Optional.** Timeout in seconds for proxy mode to fetch images. Defaults to `5`.|
@@ -123,6 +125,9 @@ The IDs of the panels used in the default dashboard. Defaults to `1`.
123
125
### shadows
124
126
Enable/Disable fancy shadows around the graph image.
125
127
128
+
### dashboardlink
129
+
Controls whether the "view in grafana" link points to the whole dashboard or only to the panel (default). This is useful when only specific or single panels are shown in Icingaweb2 and the dashboard contains additional panels.
130
+
126
131
### accessmode
127
132
Controls how the graphs are fetched/delivered for/to the users.
0 commit comments