Hi All,
I'm trying to setup a calculated item in a Cisco ASA template that runs already runs a discovery for all the interfaces.
Incoming traffic: ifInOctets[{#SNMPVALUE}]
Outgoing traffic: ifOutOctets[{#SNMPVALUE}]
What I want to do is create a 'Total traffic' item then add it onto the graph as-well.
Which would be ifInOctets[{#SNMPVALUE}] + ifOutOctets[{#SNMPVALUE}] = ifTotalOctets[{#SNMPVALUE}].
My calculated item key is ifTotalOctets[{#SNMPVALUE}] and formula last("ifInOctets[{#SNMPVALUE}]")+last("ifOutOctets[{#SNMPVALUE}]".
When I apply the template there is an error on the item - 'Format error or unsupported operator. Exp: [last("ifOutOctets[AdaptiveSecurityAppliance'dc1]'
Anybody done this before?
I'm trying to setup a calculated item in a Cisco ASA template that runs already runs a discovery for all the interfaces.
Incoming traffic: ifInOctets[{#SNMPVALUE}]
Outgoing traffic: ifOutOctets[{#SNMPVALUE}]
What I want to do is create a 'Total traffic' item then add it onto the graph as-well.
Which would be ifInOctets[{#SNMPVALUE}] + ifOutOctets[{#SNMPVALUE}] = ifTotalOctets[{#SNMPVALUE}].
My calculated item key is ifTotalOctets[{#SNMPVALUE}] and formula last("ifInOctets[{#SNMPVALUE}]")+last("ifOutOctets[{#SNMPVALUE}]".
When I apply the template there is an error on the item - 'Format error or unsupported operator. Exp: [last("ifOutOctets[AdaptiveSecurityAppliance'dc1]'
Anybody done this before?
Comment