Hi,
We have a custom application that has it's own custom MIB. In the OID's there are several items that contain quotes, for example:
QUINSY-QMOBGATE::dvDriverStatusDelayed."05030300"
Now, I have added an item, but it fails with the message snmp_parse_oid(): cannot parse OID "QUINSY-QMOBGATE::dvDriverStatusDelayed."05030300"". I've tried using the backslash escape character, but that doesn't seem to work. Also tried using single quotes and all kinds of combination. Is there any way that I could make this work?
I get a successful response if I use snmpget and use the single quotes around the double quotes.
Regards,
Jeroen
We have a custom application that has it's own custom MIB. In the OID's there are several items that contain quotes, for example:
QUINSY-QMOBGATE::dvDriverStatusDelayed."05030300"
Now, I have added an item, but it fails with the message snmp_parse_oid(): cannot parse OID "QUINSY-QMOBGATE::dvDriverStatusDelayed."05030300"". I've tried using the backslash escape character, but that doesn't seem to work. Also tried using single quotes and all kinds of combination. Is there any way that I could make this work?
I get a successful response if I use snmpget and use the single quotes around the double quotes.
Regards,
Jeroen
I tried the discovery feature and now there are several of these OID's discovered. I tried the same escape characters as in the discovery afterwards ("\"), but that wouldn't work. Now I have a whole list of items in my host, but there is still one strange thing. There is one discovered item (actually the list of them) that is giving me the same parse_oid errors as adding the items manually.
Comment