Vonage / Grafana_Status_panel

A panel plugin for Grafana to monitor multiple parameters at once
Other
178 stars 108 forks source link

Problem in Grafana with the Status Panel #153

Open nlmancuso opened 4 years ago

nlmancuso commented 4 years ago

I have Grafana 6.3 installed with a MySQL. I want to implement the "Status Panel" panel (https://github.com/Vonage/Grafana_Status_panel#supported-data-sources), but I can't configure it. I need to show the status of several servers, I understand that for each server it would be a query, but it gives me the following error: "Error: There are multiple measurements with the same alias. Please give each measurement a unique name."

It works only with one, but wanting to show more and that they replicate gives me that error and does not generate the new tables for the other servers.

I am new to Grafana, if you can help me I thank you. Thank you. Regards.

pratap-madhavan commented 4 years ago

Hey @nlmancuso , So afaik , Each panel would be different metrics consolidated for 1 server. So for each query you should have a corresponding 'Alias' defined and values set.

And by repeating panels with a variable(server name), i.e using template, you can have status panels for all the servers.

Again I am a newbie to Grafana and had been experimenting with Status panels in the last few days, So I might be too way off or incorrect,Btu hope this helps !