-
Incident report
-
Resolution: Won't fix
-
Blocker
-
None
-
2.4.0, 2.4.1
-
zabbix_agents_2.4.1.solaris10.sparc
Some system counters get set to 0.000000 some minutes after restart of agent on Solaris 10 (sparc).
The time this happens varies, usually within 30 minutes of agent restart.
These are the only items affected:
system.cpu.util[,user] system.cpu.util[,system] system.cpu.util[,iowait] system.cpu.util[,idle]
This behavior is observed with the Zabbix Solaris 10 (Sparc) agent version 2.4.0 and 2.4.1 (pre-compuled binary downloaded from Zabbix).
See log with debug (attached) - first occurence of problem (13 minutes after start of agent):
4918:20141121:102703.308 for key [system.cpu.util[,idle]] received value [0.000000]
zabbix@HostName /opt/zabbix $ bin/zabbix_get -s localhost -k "system.cpu.switches" 5723982175 zabbix@HostName /opt/zabbix $ bin/zabbix_get -s localhost -k "system.cpu.util[,user]" 0.000000 zabbix@HostName /opt/zabbix $ bin/zabbix_get -s localhost -k "system.cpu.util[,system]" 0.000000 zabbix@HostName /opt/zabbix $ bin/zabbix_get -s localhost -k "system.cpu.util[,iowait]" 0.000000 zabbix@HostName /opt/zabbix $ bin/zabbix_get -s localhost -k "system.cpu.util[,idle]" 0.000000
<restart agent>
zabbix@HostName /opt/zabbix $ bin/zabbix_get -s localhost -k "system.cpu.util[,user]" 2.330420 zabbix@HostName /opt/zabbix $ bin/zabbix_get -s localhost -k "system.cpu.util[,idle]" 94.382490
- is duplicated by
-
ZBX-9080 system.cpu.util returns 0 on Solaris zones with dynamic amount of cores
- Closed