-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.18rc1, 6.4.3rc1, 7.0.0alpha1
-
Sprint 100 (May 2023), Sprint 101 (Jun 2023), Sprint 102 (Jul 2023)
-
0.5
Problem description: In case if thresholds are defined in Top hosts widget column configuration and also Min and Max field values are defined (for display = Bar or Indicator), then the following behavior is observed: If value above the value in "Max" field is received then values in threshold field are ignored and no background color is set to the color defined in "Base color" field.
Max fields should not impact the color of the background, which is supposed to be set according to the defined thresholds.
Steps to reproduce:
- Create a host with a trapper item with data type = Numeric float.
- Open any dashboard and add a Top hosts witdget with column with the following configuration:
- Send value 5 to the trapper item and check the background color in the top hosts widget in both cases
Result: background is yellow (the Base color)
Expected: the value of Max field should not impact the background color, so for value 5 the color of the background should be light blue.