Hi again,
I just added some Solaris hosts to my Zabbix 1.5 installation (with 1.5 agent) and am not able to read the cpu utilization from the agent. Zabbix is telling me that it's not supported. At matter of fact, the agent is telling me the same, when using the "-p" parameter.
# ./zabbix_agentd -p -c /usr/local/zabbix/etc/zabbix_agentd.conf | grep -i cpu
system.cpu.switches [u|593962952]
system.cpu.intr [u|562557063]
system.cpu.util[all,idle] [d|0.000000]
system.cpu.load[all,avg1] [m|ZBX_NOTSUPPORTED]
system.cpu.num[online] [u|4]
The client host is a Solaris 10 x86 System:
# uname -rvis
SunOS 5.10 Generic_127112-11 i86pc
Is there any reason, why CPU util. shouldn't be read by the agent? This is an absolutely mandatory value I need from the agent.
Thanks in advance
Winni
PS: The "Active" for system.cpu.util[,system] in the screenshot is not true. I activated it manually but it will be back at "unsupported" as soon as I reload the page.
I just added some Solaris hosts to my Zabbix 1.5 installation (with 1.5 agent) and am not able to read the cpu utilization from the agent. Zabbix is telling me that it's not supported. At matter of fact, the agent is telling me the same, when using the "-p" parameter.
# ./zabbix_agentd -p -c /usr/local/zabbix/etc/zabbix_agentd.conf | grep -i cpu
system.cpu.switches [u|593962952]
system.cpu.intr [u|562557063]
system.cpu.util[all,idle] [d|0.000000]
system.cpu.load[all,avg1] [m|ZBX_NOTSUPPORTED]
system.cpu.num[online] [u|4]
The client host is a Solaris 10 x86 System:
# uname -rvis
SunOS 5.10 Generic_127112-11 i86pc
Is there any reason, why CPU util. shouldn't be read by the agent? This is an absolutely mandatory value I need from the agent.
Thanks in advance
Winni
PS: The "Active" for system.cpu.util[,system] in the screenshot is not true. I activated it manually but it will be back at "unsupported" as soon as I reload the page.
Comment