Ad Widget

Collapse

grpavg function not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aakashsh
    Junior Member
    • Jun 2018
    • 1

    #1

    grpavg function not working

    Hello All,

    I want to aggregate cpu utilization over my entire cluster. For this i created an item using the keys
    grpavg["aggregate","system.cpu.util[,user]",last, "0"]
    system.cpu.util[,user]
    I have the key - system.cpu.util[,user] in all associated hosts of the group "aggregate"
    However, I am getting an error "unsupported item key" next to the item of the dummy host in which I put my aggregate key.

    I am unable to debug this, help please !
  • kernbug
    Senior Member
    • Feb 2013
    • 330

    #2
    Originally posted by aakashsh
    Hello All,

    I want to aggregate cpu utilization over my entire cluster. For this i created an item using the keys
    grpavg["aggregate","system.cpu.util[,user]",last, "0"]
    system.cpu.util[,user]
    I have the key - system.cpu.util[,user] in all associated hosts of the group "aggregate"
    However, I am getting an error "unsupported item key" next to the item of the dummy host in which I put my aggregate key.

    I am unable to debug this, help please !
    Hello
    This is working example, please check your setup with "aggregate" host group:

    Code:
     grpavg["Zabbix Servers","system.cpu.load[,avg1]",last,0]
    "Zabbix Servers" - existing host group
    "system.cpu.load[,avg1]" - item key

    https://www.zabbix.com/documentation...ypes/aggregate
    Last edited by kernbug; 14-06-2018, 11:18.

    Comment

    Working...