Hello all,
I have a strange problem with cpu monitoring. I have an item with this itemkey:
system.cpu.util[,idle,avg1]
It should represent the idle cpu of my Linux Server, but it returns 0 value all the time. I do top in the server and value is between 98 and 100% idle.
I tried to specify the "all" parameter in the itemKey, but nothing changes.
system.cpu.util[all,idle,avg1]
What do you think what's happening?
I'm using Zabbix 3.2 and in other machine with same version and same config I'm obtaining correct values.
Thanks in advanced!
I have a strange problem with cpu monitoring. I have an item with this itemkey:
system.cpu.util[,idle,avg1]
It should represent the idle cpu of my Linux Server, but it returns 0 value all the time. I do top in the server and value is between 98 and 100% idle.
I tried to specify the "all" parameter in the itemKey, but nothing changes.
system.cpu.util[all,idle,avg1]
What do you think what's happening?
I'm using Zabbix 3.2 and in other machine with same version and same config I'm obtaining correct values.
Thanks in advanced!
Comment