I am using agent 1.8.6 on Windows 2008R2. After receiving a few values for "system.cpu.util" the item becomes "Not Supported". After restarting the Agent it works again for a few minutes. Other items are working without problems.
Any ideas?
Any ideas?
Code:
3236:20110830:092900.737 In add_check('system.cpu.util', 60, 0, 0)
3236:20110830:092911.770 For key [system.cpu.util] received value [3.216243]
3236:20110830:092911.770 In process_value() key:'SERVER:system.cpu.util' value:'3.216243'
3236:20110830:093012.854 For key [system.cpu.util] received value [2.999893]
3236:20110830:093012.854 In process_value() key:'SERVER:system.cpu.util' value:'2.999893'
3236:20110830:093100.876 In add_check('system.cpu.util', 60, 0, 0)
3236:20110830:093113.893 For key [system.cpu.util] received value [ZBX_NOTSUPPORTED]
3236:20110830:093113.893 In process_value() key:'SERVER:system.cpu.util' value:'ZBX_NOTSUPPORTED'
3236:20110830:093113.893 Active check [system.cpu.util] is not supported. Disabled.
# zabbix_get -s SERVER -k system.cpu.util
ZBX_NOTSUPPORTED
# zabbix_get -s SERVER -k system.cpu.util[all,,avg1]
ZBX_NOTSUPPORTED
# zabbix_get -s SERVER -k agent.version
1.8.6
Comment