Skip to main content
Solved

Widget HTTP Loader

  • June 22, 2022
  • 3 replies
  • 216 views

Forum|alt.badge.img+2

Hello , I try to show a grafana dashboard with the http loader widget but it’s don’t work.. I’ve got this error : “Firefox can’t open this page” , and also with other website like : http://www.centreon.com (still the same error).

Is there a particular setting or certain rights to be settled before being able to use this widget?

 

Thanks for your help.

Best answer by apalma

It’s,ok with :

# enable anonymous access
enabled = true

on /etc/grafana/grafana.ini

Thank you.

3 replies

ponchoh
Centreonian
Forum|alt.badge.img+14
  • Centreonian
  • June 22, 2022

@apalma does the other site allow cross domain requests?

 


Forum|alt.badge.img+2
  • Author
  • Steward *
  • June 23, 2022

Hello, thank for your response , it’s ok with the Grafana setting : allow_embed : true in “grafana.ini”.

(source : https://community.grafana.com/t/load-denied-by-x-frame-options-panel-url-does-not-permit-framing/20296)

But the widget show only grafana login page and not the dashboard that i wan’t , i’ll ask grafana community about that.

Thank you !


Forum|alt.badge.img+2
  • Author
  • Steward *
  • Answer
  • June 23, 2022

It’s,ok with :

# enable anonymous access
enabled = true

on /etc/grafana/grafana.ini

Thank you.