Vonage / Grafana_Status_panel

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

Documentation needed #193

Open EdwinVanVliet opened 3 years ago

EdwinVanVliet commented 3 years ago

Hi,

Is there any documentation about how to get this to work? I'm pretty new to Grafana and been struggling to get anything to be displayed.

I've set up Influxdb as backing source and my query is connected: SELECT last("healthStatus") AS "healthStatus" FROM "HealthReport" WHERE time >= now() - 5m and time <= now() GROUP BY "customer", "environment", "process"

The healthstatus can give me 0 (Healthy), 1 (Degraged), 2 (Unhealthy). I get 2 results back when running the query, when I switch to table view I can see those results. I selected FORMAT AS = Time series and ALIAS = $tag_customer.$tag_environment.$tag_process

However in the panel there is nothing, only the value which I typed in the 'Panel Title' field.

Any help or documentation is appreciated.

mnni commented 1 year ago

Did you find a solution?

Since a few days I’m trying something similar and although it seemed quite easy I haven’t pass the green colored void.

I have 30 inverters with a status 0-4 value group by tag(inverter). Simply putting this grouped selection onto the status panel (even without time handling) didn’t work for me. And I didn‘t find any relatable examples online.

A few examples on how to actually use the panel would be very helpful.