Difference between revisions of "OS4X Grafana Integration"

From OS4X
Jump to navigation Jump to search
Line 1: Line 1:
= Coming soon =
 
''(t.b.d.)''
 
 
 
= Requirements =
 
= Requirements =
 
A Grafana server with installed MySQL Data Source plugin is required. For the configuration of the integration you need an API token with administrative permissions.
 
A Grafana server with installed MySQL Data Source plugin is required. For the configuration of the integration you need an API token with administrative permissions.
Line 10: Line 7:
 
Restart Grafana afterwards:
 
Restart Grafana afterwards:
 
  systemctl restart grafana-server.service
 
  systemctl restart grafana-server.service
 +
 +
= Coming soon =
 +
''(t.b.d.)''

Revision as of 12:11, 26 November 2025

Requirements

A Grafana server with installed MySQL Data Source plugin is required. For the configuration of the integration you need an API token with administrative permissions.

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

Coming soon

(t.b.d.)