I have defined the following aggregate check:
grpavg["Cluster Managers","system.cpu.load[,avg1]","last,"0""]
The systems in the group all have values for the key "system.cpu.load[,avg1]" and in fact graphs can be made for each system's cpu load. However the aggregate does not work. It remains active, shows no errors, and yet also never produces the average requested.
I the server log I find:
21584:20090115:154819 No values for group[Cluster Managers] key[system.cpu.load[/,avg1]])
21585:20090115:154826 No values for group[Cluster Managers] key[system.cpu.load[/,avg1]])
21586:20090115:154914 No values for group[Cluster Managers] key[system.cpu.load[/,avg1]])
Parameter [grpavg["Cluster Managers","system.cpu.load[,avg1]","last,"0""]] is not supported by agent on host [cm1a-hc.gxt.com] Old status [0]
The item is set properly to Zabbix Aggregate and not to Zabbix Agent.
I am using the key as it is the key used in the manual as an example. Am I missing something here?
grpavg["Cluster Managers","system.cpu.load[,avg1]","last,"0""]
The systems in the group all have values for the key "system.cpu.load[,avg1]" and in fact graphs can be made for each system's cpu load. However the aggregate does not work. It remains active, shows no errors, and yet also never produces the average requested.
I the server log I find:
21584:20090115:154819 No values for group[Cluster Managers] key[system.cpu.load[/,avg1]])
21585:20090115:154826 No values for group[Cluster Managers] key[system.cpu.load[/,avg1]])
21586:20090115:154914 No values for group[Cluster Managers] key[system.cpu.load[/,avg1]])
Parameter [grpavg["Cluster Managers","system.cpu.load[,avg1]","last,"0""]] is not supported by agent on host [cm1a-hc.gxt.com] Old status [0]
The item is set properly to Zabbix Aggregate and not to Zabbix Agent.
I am using the key as it is the key used in the manual as an example. Am I missing something here?
Comment