Hi,
I installed Graphan for the first time.
how to draw links on the worldmap panel?
grafana integrated with zabbix
It doesnât have support for links in the labels.
thank
How show data zabbix from world map palnel, it is possible?
Yes, it is possible:
http://play.grafana-zabbix.org/d/WiU0SI7mz/worldmap-panel-integration-via-sql?orgId=2
Sorry - donât understand the question. Could you say it another way?
world map panel - error : Cannot read property âlengthâ of undefined
?
That is bad error handling (which we should fix). What it means is that the query is not returning data.
Hi there,
we had this problem too and wanted to improve the overall situation. Things like these exactly have been the ones which dragged us into Giving the Grafana Worldmap Panel some love.
Better error handling and reporting
We improved the situation about error handling and reporting and wrote about the details at Verbose notifications about warnings and errors.
Click-through links
Also,
you might find it possible to do now thanks to some contributions from the community we have been able to collect into our current working branch, see also the post about Click-through links.
With kind regards,
Andreas.
If you want to give it a testdrive @kotvip:
grafana-cli --pluginUrl https://github.com/hiveeyes/grafana-worldmap-panel/archive/0.3.0-dev6.zip plugins install grafana-worldmap-panel
Saying that, please donât do it on a production system yet. While we are pretty confident everything should still work as intended, it has been a medium-sized refactoring so itâs not totally impossible to have some glitches.
âSelectâ for DB need to write?
SELECT h.name, h.available as metric, i.location as geohash, i.site_country
FROM host_inventory as i, hosts as h
WHERE i.hostid=h.hostid AND i.location!=ââ
Dear @kotvip,
We havenât touched Zabbix anytime yet, so I am afraid I canât help you here about phrasing the query expression correctly. You might want to find out who is actually using this datasource and ask them.
With kind regards,
Andreas.