Ad Widget

Collapse

Grpsum of calculated values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mhoop
    Junior Member
    • Nov 2016
    • 7

    #1

    Grpsum of calculated values

    Zabbix 3.2.1

    I have calculated a value 'CallsIn' with formula of last("net.if.in[bond0]" ) / 89292.8 for each host in HostGroupA and this works.

    I would like to be able to do an aggregate of all hosts in HostGroupA into TotCallsIn.

    I am trying to use grpsum[\"HostGroupA\", \"CallsIn\",\"last\",\"0\"]" but get the error
    Cannot evaluate expression: expected numeric token at "grpsum[\"HostGroupA\",\"CallsIn\",\"last\",\"0\"]"

    any suggestions on how to alter this to get it to work would be apprecated.
Working...