I am currently running zabbix (1.1.4) on centos 4.4, it has one HT xeon processor (2 'virtual' cpu's).
My issue here is that i cannot for the life of me display specific cpu utilization based on CPU. Within linux, it shows two cpus so I know it's the issue is not with the OS, but somewhere in my configuration for zabbix..
This works fine now.
system.cpu.util[all,,avg1]
Anything else fails, ie:
system.cpu.util[1]
system.cpu.util[0]
system.cpu.util[cpu0,,avg1]
system.cpu.util[0,user,avg1]
and so on, as soon as I specify a CPU # nothing is reported from the agent.
Not sure if this helps, but:
#bash: ./zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -p |grep cpu
cpu[idle1] [m|ZBX_NOTSUPPORTED]
system.cpu.switches [m|ZBX_NOTSUPPORTED]
system.cpu.intr [u|419879155]
system.cpu.util[all,user,avg1] [u|14]
system.cpu.load[all,avg1] [d|0.500000]
I'm kind of lost here, i'm not sure if I need to specify CPU's somewhere in the configuration for the agent, or if my syntax is incorrect, or what.. Any help would be MUCH appreciated
Thanks in advanced!
Raph
My issue here is that i cannot for the life of me display specific cpu utilization based on CPU. Within linux, it shows two cpus so I know it's the issue is not with the OS, but somewhere in my configuration for zabbix..
This works fine now.
system.cpu.util[all,,avg1]
Anything else fails, ie:
system.cpu.util[1]
system.cpu.util[0]
system.cpu.util[cpu0,,avg1]
system.cpu.util[0,user,avg1]
and so on, as soon as I specify a CPU # nothing is reported from the agent.
Not sure if this helps, but:
#bash: ./zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -p |grep cpu
cpu[idle1] [m|ZBX_NOTSUPPORTED]
system.cpu.switches [m|ZBX_NOTSUPPORTED]
system.cpu.intr [u|419879155]
system.cpu.util[all,user,avg1] [u|14]
system.cpu.load[all,avg1] [d|0.500000]
I'm kind of lost here, i'm not sure if I need to specify CPU's somewhere in the configuration for the agent, or if my syntax is incorrect, or what.. Any help would be MUCH appreciated
Thanks in advanced!
Raph
Comment