Ad Widget

Collapse

grpfunc faild

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nobody0815
    Junior Member
    • Jun 2013
    • 1

    #1

    grpfunc faild

    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
    Code:
    icmppingsec{HOST.HOST}
    this works fine

    now i have installed:

    - grpavg-func
    Code:
    grpavg["myservers","icmppingsec[{HOST.HOST}]","avg","300"]
    and zabbix-server log say:

    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]
    where im search the zabbix-database in keys, i can found same key this match like
    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
    who is the my error ?

    many thanks for help.

    ps. and sorry for my small english ...
Working...