Hi,
I have an item where I receive a trap where it contains a number in bps
.1.3.6.1.4.1.9694.1.4.1.70 371107776
So what I want is to change it to Gbps
At preprocessing steps how do I configure it in order to get the output of the regular expression and then change it to Gbps?

Thank you
I have an item where I receive a trap where it contains a number in bps
.1.3.6.1.4.1.9694.1.4.1.70 371107776
So what I want is to change it to Gbps
At preprocessing steps how do I configure it in order to get the output of the regular expression and then change it to Gbps?
Thank you
Not really sure how this combining into one works... But if changing type is not possible, then I would question also doing any of preprocessing. If you regex already for one specific OID, then receiving any other value will render that item "not supported" as preprocessing fails...
Comment