Editing discovery/rutos.yaml to add additional OID

Hello,

We use the Teltonika 955 router with a light sensor attached, we can poll it via SNMP and I need to add it to the front page of each device down here with the rest:

An SNMP walk shows me the correct result:

snmpwalk -v2c -c password 10.10.10.10 1.3.6.1.4.1.48690.5.3.0
iso.3.6.1.4.1.48690.5.3.0 = STRING: “1.33”

So do I need to edit:

/includes/definitions/discovery/rutos.yaml

I was thinking of adding a ‘count’ too the yaml file, but what do I add next to oid: and index: sections below?

count:
    data:
        -
            oid: addhere?
            num_oid: '.1.3.6.1.4.1.48690.5.3.0.{{ $index }}'
            descr: 'Light Sensor'
            index: 'addhere?.{{ $index }}'
            divisor: 0

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.