This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

[Mosaic] how to visualize Grafana dashboard in mosaic HIM ?
#1
Hi,

I would like to visualize Grafana dashboards via my mosaic HIM 
I test it on the same LAN, I do not use the cloud service yet 

I have a Grafana server hosted on the same network (192.168.0.xxx) than my LogicMachine

I tried with 2 widget:

- "inline frame" with "http://192.168.0.xxx:3000/d/GHZKAk3Zk/dash-test?orgId=1&from=1586343769866&to=1586948569866&panelId=2" as parameter

- plain html:
Code:
<!DOCTYPE html>
<html>
  <head>
    <title>test</title>
  </head>
  <body>
  <iframe src="http://192.168.0.xxx:3000/d/GHZKAk3Zk/dash-test?orgId=1&from=1586343769866&to=1586948569866&panelId=2" width="450" height="200" frameborder="0"></iframe>
  </body>
</html>

but it do not work currently

any clue to make it working ?

best regards
Reply
#2
Can you display it in frame in custom visu? not Mosaic
------------------------------
Ctrl+F5
Reply
#3
See this: https://grafana.com/docs/grafana/latest/...-embedding
Reply


Forum Jump: