Adding sensor using YAML with OID

Hi,

I would like to add new sensors to device but I have only OID (numerical) without any MIB. At new YAML sensor module it would be num_oid and descr, in docs there is also oid, value marked as required - but I can’t add this. How can I solve this problem?

Best regards
Maciej

You can’t use numerical OID only in the yaml file. You’ll need to write php code and do a custom file as per the docs.