Skip to content

Commit a0e62d5

Browse files
committed
Update docs
1 parent 279bc9a commit a0e62d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/03-module-configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Hint: to display debug information for graphs you can use the URL parameter `&gr
5555
|datasource | **Required for Grafana 4.x only.** Type of the Grafana datasource (`influxdb`, `graphite` or `pnp`). Defaults to `influxdb`.|
5656
|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`.|
5757
|defaultdashboarduid | **Required for Grafana 5** The UID of the default dashboard for **Grafana 5**.
58-
|defaultdashboardpanelid| **Required** ID of the panel used in the default dashboard. Defaults to `1`.
58+
|defaultdashboardpanelid| **Required** IDs of the panels used in the default dashboard. Defaults to `1`.
5959
|shadows | **Optional.** Show shadows around the graphs. ** Defaults to `false`.|
6060
|defaultorgid | **Required.** Number of the default organization id where dashboards are located. Defaults to `1`.
6161
|accessmode | **Optional.** Controls whether graphs are fetched with curl (`indirectproxy`) or in iframe ('iframe'). Iframe needs `auth.anonymous` enabled in Grafana. Defaults to `indirectproxy`.|
@@ -118,7 +118,7 @@ To get the UID, inspect the URL from your dashboard inside Grafana, it is right
118118
For example the URL is 'https://192.168.178.52:3000/d/FxAre-ekz/icinga2-default?orgId=1' the UID is then 'FxAre-ekz'.
119119

120120
### defaultdashboardpanelid
121-
The id of the panel used in the default dashboard. Defaults to `1`.
121+
The IDs of the panels used in the default dashboard. Defaults to `1`.
122122

123123
### shadows
124124
Enable/Disable fancy shadows around the graph image.

0 commit comments

Comments
 (0)