Hi!
I am a newbie here, have just started to use Zabbix.
I'm trying to create an Item which will monitor every core of the server CPU.
I found that i can create an Item to monitor every core separately with the key:
system.cpu.util[1]
system.cpu.util[2]
system.cpu.util[3]
system.cpu.util[4]
...
But in this case every item will work by their own schedule, so it will be hard to find the common peaks.
Can i combine all cores into single Item to get more precise data?
How?
Or it necessary to create an unique Item for every core anyway?
I am a newbie here, have just started to use Zabbix.
I'm trying to create an Item which will monitor every core of the server CPU.
I found that i can create an Item to monitor every core separately with the key:
system.cpu.util[1]
system.cpu.util[2]
system.cpu.util[3]
system.cpu.util[4]
...
But in this case every item will work by their own schedule, so it will be hard to find the common peaks.
Can i combine all cores into single Item to get more precise data?
How?
Or it necessary to create an unique Item for every core anyway?
Comment