I’m definitely the one who doesn’t understand, but I’m going crazy. I have a view where there’s disk size, disk used, and disk available. The disk size is 931 GiB, used 466, and available 466. I’d like some thresholds that when used reaches something like 600, it turns yellow, and at 800, it turns red. Then, for available, it’s yellow 331 and red 131. It’s just not working.
You should review how your data is coming from Zabbix (try to look at the query inspector), because a lot of times what you’ll need is the bytes format of the size, like for example: 331000000000
Hope it helps
