Vonage / Grafana_Status_panel

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

Correct Configuration Plugin "Grafana Status By Group Panel" #191

Open Lixeas opened 3 years ago

Lixeas commented 3 years ago

Hello everyone,

For 3 weeks now I'm trying to use the plugin "Grafana Status By Group Panel" which is a fork of the plugin "Grafana Status Panel". I'm using an InfluxDB data source and with the "Grafana Status Panel" plugin I manage to make everything work correctly. I want to specify that I got the version of the plugin that is supposed to be compatible Updated to support Grafana 7.

To give some context here is what I would like to do in a synthetic way. I have several ESX servers, each server has two modules, one allowing to retrieve the information/status of the server hardware (Fan, Disk, Memory, etc..) and another module allowing to retrieve the performance of the server (CPU %, Memory %, etc...). What I want is to have these two modules in a panel but distinguishing the state of each module. For example (Image from the plugin documentation):

image

The problem is that I did not find the configuration. Would you have an example of configuration ?

Thank you a lot,