Hi,
I'm trying to fetch the contents of an SNMP table but I only get the first row. However, specifying the OID of a single cell in the second row does successfully return the correct value of that cell. Any idea on why that would happen?
On the table param I use
<SNMP>
<Enabled>true</Enabled>
<OID type="complete" options="instance;multipleGetNext">1.3.6.1.4.1.<vendor-OID>.12.10.3</OID>
</SNMP>
and on the columns I add the SNMP tag as well like this on the first column:
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.<vendor-OID>.12.10.3.1.1</OID>
</SNMP>
and finally the Group is defined as:
<Group id="6">
...
<Type>poll</Type>
<Content>
<Param>1030</Param>
</Content>
</Group>
Hi Robin,
Since you're using a wildcard, have you tried by specifying an ID as mentioned in the Docs?
Sorry for being unclear. The asterisk was just a placeholder for the vendor OID, not a wildcard.