Mikesch-mp / icingaweb2-module-grafana

Grafana module for Icinga Web 2 (supports InfluxDB & Graphite)
https://icinga.com/community/
GNU General Public License v2.0
241 stars 95 forks source link

Configuration option "enableLink" not available in iFrame mode #338

Closed mrdsam closed 6 months ago

mrdsam commented 6 months ago

Make option "enableLink" available in iFrame mode, too

There's an option "enableLink" (at least in version 2.0)

enableLink  Optional. Enable/disable graph with a rendered URL to the Grafana dashboard. Defaults to yes.

It is marked as 'optional', not as 'Proxy mode only Optional', so I would expect it to be available in iFrame-Mode also.

In version 1.4.3, I did a quick and dirty patch to add this feature. When I tried to do this for version 2, I discovered that this feature is already there.

mrdsam commented 6 months ago

Uh, there's a pull request already, https://github.com/Mikesch-mp/icingaweb2-module-grafana/pull/300, never mind!