Ad Widget

Collapse

added an item to Template OS Windows but

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robertchen
    Member
    • Jun 2014
    • 39

    #1

    added an item to Template OS Windows but

    added an item for CPU utilization system.cpu.util[,,avg1] to Template OS Windows but it is not collected data, no error, I can get data from cmd:

    [root@zbx01 bin]# ./zabbix_get -s ... -k system.cpu.util[,,avg1]
    2.325122

    I already restarted zabbix agent and I checked the item is in the host item list. And I waited for a few hours also.

    Please help.
  • robertchen
    Member
    • Jun 2014
    • 39

    #2
    Originally posted by robertchen
    added an item for CPU utilization system.cpu.util[,,avg1] to Template OS Windows but it is not collected data, no error, I can get data from cmd:

    [root@zbx01 bin]# ./zabbix_get -s ... -k system.cpu.util[,,avg1]
    2.325122

    I already restarted zabbix agent and I checked the item is in the host item list. And I waited for a few hours also.

    Please help.
    please ignore, I found the issue was because I used wrong number unsigned should use float.

    Comment

    Working...