That must be configured in the zabbix server–>Screen–>url to be able to monitor a url or link of a Grafana server dashboard. When I put it on the zabbix screen it appears blank with a box, the Grafana graph does not appear.
Tks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
There are a few steps you can take to configure a Grafana server dashboard URL in a Zabbix screen. It involves creating a Grafana dashboard and then linking it to Zabbix.
First, you need to ensure your Grafana server is properly configured and accessible. The server should be running, and the dashboards you wish to display in Zabbix should be set up. You’ll also want to make sure the correct permissions are set for viewing the dashboards.
You also need to configure Grafana to allow embedding. To do this, add the following to your Grafana configuration file (usually located at /etc/grafana/grafana.ini):
[panels]
disable_sanitize_html = false
[security]
allow_embedding = true
Restart the Grafana server after making these changes.
Navigate to the dashboard you wish to display in Zabbix, then click the “share” option on the dashboard panel you wish to share. Switch to the “Embed” tab and copy the provided URL. This URL is what you’ll use in Zabbix.
Navigate to your Zabbix server screen where you want to add the Grafana dashboard URL.
Note: Ensure the Zabbix server can reach your Grafana server. If you have any firewalls or networking restrictions in place, these will need to be configured to allow the Zabbix server to reach the Grafana server.
If you are seeing a blank box with the Grafana graph not appearing, here are a few things you can check:
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.