Vonage / Grafana_Status_panel

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

Change logical operator between more than one query. #106

Open PresidentCamacho opened 6 years ago

PresidentCamacho commented 6 years ago

Hi,

Currently I've more than one query in a single status panel. I've noticed that if not all of the queries goes critical or warning the panel will stay ok. In my case I want the tile to be warning if atleast one of x queries reach the warning threshold and the same for critical.

So for example if I got two queries: Warning + OK = Warning Critical + OK = Critical Critical + Warning = Critical OK + OK = OK

Currently its like this: Warning + OK = OK Critical + OK = OK Critical + Warning = Warning OK + OK = OK