Hello,
Is there a way to create and use custom thresholds when creating modern dashboards? I wanted to create pooling details dashboard with threshold value on pooling completion. But all of defined thresholds shows 100% as red.
That depends on which widget you would like to use. The KPI widget allows you to set custom warning and critical thresholds for the values. The formatters available within the table widget are based on entity thresholds.
@tony.johnson Hi Tony, how is this done when a CASE function is used? Example, when below returns 'Down', is there a way to make the widget color Red?
Select(Case When CurrentValue = 0 Then 'Down' Else 'Up' END) AS [Internet Status]From Orion.NPM.CustomPollerAssignmentOnInterfaceWhere NodeID='127'
The KPI widget thresholds are driven by integer values only. We are tracking the ability to define string values for warning and critical thresholds under CORE-16223
thanks Tony.