-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
6.2.2
-
Zabbix 6.2.2
Centos 9 Stream
PHP 8.0.20 (fpm-fcgi) (built: Jun 8 2022 00:33:06)
Steps to reproduce:
- Add host Dell EMC Isilon
- Add original SNMP Linux template
Result:
I get CPU utilization in negative numbers.
Expected:
I expect to see the CPU Utilization in positive real numebers.
I have fount the problem.
The problem is that the CPU Idle from which ist CPU Utilization depending is higher then 100. So I get it from Linux devices over SNMP.
Now is there this Java preprocesing:
Code:
return (100 - value)
I tried to use the Abs() function but I will not get a correct result, only it will be always positive.