Appearance / Label help

I have spent the last few hours searching, and have comeup dry.. I’m thinking i’m either just missing it, or have a sytax Wrong…

I’m trying to simply divide and oid by another oid! nothing special!! Nothing like Rocket Science (I don’t think!)..

Here’s what I have and am trying to do:
[oid(“1.3.6.1.2.1.25.2.3.1.6.4”)]/[oid(“1.3.6.1.2.1.25.2.3.1.5.4”)]
Aka: oid1 divided by oid2!

Any thoughts? Suggestions? Ideas?

Thanks in advance.

Put your code in a function then place the function name on the label…

The function does the math correctly.
EXAMPLE:
string_substring((((rate(oid(“1.3.6.1.2.1.2.2.1.10.1”)+oid(“1.3.6.1.2.1.2.2.1.16.1”))/oid(“1.3.6.1.2.1.2.2.1.5.1”))*100)*8),0,4)

You should be able to just put something like… in your new function
oid(“1.3.6.1.2.1.2.2.1.16.1”)/oid(“1.3.6.1.2.1.2.2.1.5.1”)