Hi there,
I managed to setup a proper UnDP poller which pulls a table for the custom SNMP OIDs that I return from a server (mapping open TCP sockets.)
This is the layout:
SNMPv2-SMI::enterprises.65532.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.65532.1.2 = INTEGER: 2
SNMPv2-SMI::enterprises.65532.1.3 = INTEGER: 3
SNMPv2-SMI::enterprises.65532.1.4 = INTEGER: 4
SNMPv2-SMI::enterprises.65532.1.5 = INTEGER: 5
SNMPv2-SMI::enterprises.65532.1.6 = INTEGER: 6
SNMPv2-SMI::enterprises.65532.1.7 = INTEGER: 7
SNMPv2-SMI::enterprises.65532.1.8 = INTEGER: 8
SNMPv2-SMI::enterprises.65532.2.1 = STRING: "total"
SNMPv2-SMI::enterprises.65532.2.2 = STRING: "established"
SNMPv2-SMI::enterprises.65532.2.3 = STRING: "closed"
SNMPv2-SMI::enterprises.65532.2.4 = STRING: "orphaned"
SNMPv2-SMI::enterprises.65532.2.5 = STRING: "synrecv"
SNMPv2-SMI::enterprises.65532.2.6 = STRING: "timewait"
SNMPv2-SMI::enterprises.65532.2.7 = STRING: "timewait_slab"
SNMPv2-SMI::enterprises.65532.2.8 = STRING: "ports"
SNMPv2-SMI::enterprises.65532.3.1 = INTEGER: 23
SNMPv2-SMI::enterprises.65532.3.2 = INTEGER: 6
SNMPv2-SMI::enterprises.65532.3.3 = INTEGER: 7
SNMPv2-SMI::enterprises.65532.3.4 = INTEGER: 0
SNMPv2-SMI::enterprises.65532.3.5 = INTEGER: 0
SNMPv2-SMI::enterprises.65532.3.6 = INTEGER: 5
SNMPv2-SMI::enterprises.65532.3.7 = INTEGER: 0
SNMPv2-SMI::enterprises.65532.3.8 = INTEGER: 105
The table properly records the information from 65532.3, but my stumbling block is trying to get the STRING values from 65532.2 to be utilized as the legend for the graph. I see that you can select custom SysObjectID as the label column, and it does have some OID's in the list already, but I'm not sure how I'd go about adding my new OID to this list. Is this the right approach?
Thanks in advance!