I'm trying to setup a transform of data returned from polling an SNMP table.
I need to count the number of rows returned, as Cisco does not have an OID that shows Active Call Counts on a voice gateway.
They have an ActiveDS0s OID but the actual call data is only returned in table form. I need to be able to graph and alert on active call counts.
The Transform functions only appear to perform ColumnSum, not RowSum. Any ideas here?