-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
7.0.17
-
None
-
None
In our environment, hosts have both of the following items:
- `system.cpu.util` (standard CPU usage for the whole system)
- `proc.cpu.util[httpd]` (discovered via process LLD for Apache)
Both `system.cpu.util` and `proc.cpu.util[httpd]` items are collect values. These are have same name "CPU utilization." Using same name is from zabbix template.
`Top hosts by CPU utilization` widget shows `proc.cpu.util[httpd]` value to Utilization column.
The widget is set up by default. And this widget seems to collect Utilzation value from item name.
Both items and widget are from buit-in. This situation easily leads to the issue occurring.
Steps to reproduce:
- Add a Linux host which is installed Apache.
- `system.cpu.util` item is added.
- `proc.cpu.util[httpd]` is added automatically by discover.
- Already `Global view` dashboard is added when install zabbix server
- Already set `Top hosts by CPU utilization` widget is add to `Global view` dashboard
- Add avobe host to `Top hosts by CPU utilization` widget
Result:
Utilization column shows CPU usage percent from `proc.cpu.util[httpd]`
**
Expected:
Utilization column shows CPU usage percent from `system.cpu.util`