-
Problem report
-
Resolution: Unresolved
-
Minor
-
7.4.0
-
Zabbix 7.4.0
Debian 12
8 vCPU
16 GiB RAM
25 GB Disk
External Postgresql DB
-
Prev.Sprint, S25-W28/29
Context:
I have a calculated item that returns:
-2: Interface Link Down
-1: Interface Admin Down
0-100: Interface usage percentage
I set the thresholds as shown in the print below:
When the item value is -1, the line turns red, and when the item value is -2, the line turns black.
To make it clearer, I made a test map, with a test host, that has items with static values (-2, -1, 0, 10, 15, 25, 30, 40, 45, 55, 60, 70, 75, 85, 90, 100), and created a link for each of these values. (attached the export of the map and the host)
The link on the left is configured as "Item Value", the one on the right as "Static Link" to simulate the expected value.
You can see the >= behavior happening for items with positive values. But not for negative values.
Steps to reproduce:
- Create a item that contains a negative value.
- Edit a map.
- Create a map element.
- Select "Item Value" option in "Indicator Type" and select the item created in step 1.
- Define thresholds with the negative value.
- Save the map.
- See in the map the wrong color for the link item value.