Difference between revisions of "OS4X Grafana Integration"

From OS4X
Jump to navigation Jump to search
(Created page with "= Coming soon = ''(t.b.d.)''")
 
 
Line 1: Line 1:
 
= Coming soon =
 
= Coming soon =
 
''(t.b.d.)''
 
''(t.b.d.)''
 +
 +
= Configuration =
 +
Since the panel is being embedded as an HTML iframe, the HTTP response header must not contain "<code>X-Frame-Options: DENY</code>". Change the Grafana configuration (default: <code>/etc/grafana/grafana.ini</code>) the following value:
 +
allow_embedding = true
 +
Restart Grafana afterwards:
 +
systemctl restart grafana-server.service

Latest revision as of 13:27, 29 October 2025

Coming soon

(t.b.d.)

Configuration

Since the panel is being embedded as an HTML iframe, the HTTP response header must not contain "X-Frame-Options: DENY". Change the Grafana configuration (default: /etc/grafana/grafana.ini) the following value:

allow_embedding = true

Restart Grafana afterwards:

systemctl restart grafana-server.service