World map panel

Hi,
I installed Graphan for the first time.
how to draw links on the worldmap panel?

1 Like

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.

image

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.