Vonage / Grafana_Status_panel

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

Wrong color for HAProxy threshold #156

Closed 3XC1T3D closed 2 years ago

3XC1T3D commented 4 years ago

Hi,

HAProxy Node Exporter delivers follwoing Values for the states:

OK = 1 DOWN = 0 MAINT = 2

I want to configure the Status Panel that when one node is in MAINT Mode (value 2) , the panel should be go to WARNING. If node ist DOWN (Value 0) the panel should go to CRITICAL and finally if the node is UP (Value 1) the panel should go to OK.

I think it is a Bug in the Panel, either the string threshold neither the number threshold is working in this scenario.

Could someone help?