hi,
im using zabbix 2.0.6 server with grpavg func - and i can't find my error
i have installed:
- template for group with check
this works fine 
now i have installed:
- grpavg-func
and zabbix-server log say:
where im search the zabbix-database in keys, i can found same key this match like
.
zabbix convert <B>{HOST.HOST}</B> to <B>[aggregate host]</B> ?
i found the select in the mysql.log:
who is the my error ?
many thanks for help.
ps. and sorry for my small english ...
im using zabbix 2.0.6 server with grpavg func - and i can't find my error

i have installed:
- template for group with check
Code:
icmppingsec{HOST.HOST}

now i have installed:
- grpavg-func
Code:
grpavg["myservers","icmppingsec[{HOST.HOST}]","avg","300"]
Code:
item [aggregate host:grpsum["myervers","icmppingsec[{HOST.HOST}]","avg","300"]] became not supported: No items for key [loadspeed.sh[aggregate host]] in group(s) [hostservers]
Code:
icmppingsec[{HOST.HOST}]
zabbix convert <B>{HOST.HOST}</B> to <B>[aggregate host]</B> ?
i found the select in the mysql.log:
Code:
select distinct i.itemid from items i,hosts h,hosts_groups hg,groups g where i.hostid=h.hostid and h.hostid=hg.hostid and hg.groupid=g.groupid and i.key_='icmppingsec[aggregate host]' and i.status=0 and h.status=0 and g.name in ('myervers') and h.hostid between 30000000000000000 and 30099999999999999
many thanks for help.
ps. and sorry for my small english ...