Hello, I have an Aruba 6000 switch which is working mainly nicely with Zabbix.
However, the temperature reading seems to be 1000 times too high. It shows 27 K °C when it should show 27 °C. To fix this, I'm trying to add a multiplier (0.001) to preprocessing steps of this sensor's item, but for some reason I cannot. The "Add" button/link after "Preprocessing steps" is greyed out. What could be the problem?
However, the temperature reading seems to be 1000 times too high. It shows 27 K °C when it should show 27 °C. To fix this, I'm trying to add a multiplier (0.001) to preprocessing steps of this sensor's item, but for some reason I cannot. The "Add" button/link after "Preprocessing steps" is greyed out. What could be the problem?
you can add that "scale" as user macro an define it in template (for most hosts) as "1" and then override it for one host by adding it at host level as "0.001" ...
Comment