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
-5
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ height = "280"
35
35
width = "640"
36
36
timerange = "3h"
37
37
timerangeAll = "1M/M"
38
-
enableLink = "yes"
39
38
defaultorgid = "1"
40
39
defaultdashboard = "icinga2-default"
41
40
defaultdashboardpanelid = "1"
@@ -66,7 +65,6 @@ ssl_verifyhost = "0"
66
65
|width |**Optional.** Global graph width in pixel. Defaults to `640`.|
67
66
|timerange |**Optional.** Global time range for graphs. Defaults to `6h`.|
68
67
|timerangeAll |**Optional.** Time range for all graphs feature. Defaults to `Previous week`.|
69
-
|enableLink |**Optional.** Enable/disable graph with a rendered URL to the Grafana dashboard. Defaults to `yes`.|
70
68
|datasource |**Required for Grafana 4.x only.** Type of the Grafana datasource (`influxdb`, `graphite` or `pnp`). Defaults to `influxdb`.|
71
69
|defaultdashboard |**Required.** Name of the default dashboard which will be shown for unconfigured graphs. Set to `none` to hide the module output. Defaults to `icinga2-default`.|
72
70
|defaultdashboarduid | **Required for Grafana 5** The UID of the default dashboard for **Grafana 5**.
@@ -118,9 +116,6 @@ This option can be overwritten by a graph configuration.
118
116
### timerangeAll
119
117
Time range for all graphs feature. Defaults to `Previous week`
120
118
121
-
### enableLink
122
-
Enable or disable the graphs as a link to the Grafana Server.
123
-
124
119
### datasource
125
120
The datasource that Grafana server uses. Can be InfluxDB, Graphite.
0 commit comments