I’m trying to creat a probe that uses an OID created with the use of the custom field of the element. I have a function call assoc that looks like this:
(oid(concatenate(“1.3.6.1.4.1.5454.1.20.3.6.1.14.”,device_property(“CustomField3”)),30,300,device_property(“CustomField2”)))
I tried to create a probe with type function using the above function. In the available field, I entered if(assoc()>0,1,-1) This didn’t work. It reports up no matter if I check >0, =0, or <0. What do I enter in the probed Available, error, and value fields to get this to work?