Question - new to SNMP/Orion - so excuse my english if I get the terms wrong here.
I have a couple of Linux servers that I have enabled SNMP on, and in the snmpd.conf file there are several entries that define it's OID's for specific data it collects (see below). Can I leverage the Universal Device Poller in Orion and query for these?
Thanks
John
# monitor the current number of CM sessions on this Device
exec .1.3.6.1.4.1.2021.200.7 sessions /usr/lib/contextvault/ucd.200.7stat
# Performance data
exec .1.3.6.1.4.1.2021.200.8 transactionsInLastMinute /usr/lib/contextvault/ucd.perf.stat 0
exec .1.3.6.1.4.1.2021.200.9 transactionsTotal /usr/lib/contextvault/ucd.perf.stat 1
exec .1.3.6.1.4.1.2021.200.10 userChangesInLastMinute /usr/lib/contextvault/ucd.perf.stat 2
exec .1.3.6.1.4.1.2021.200.11 userChangesTotal /usr/lib/contextvault/ucd.perf.stat 3
exec .1.3.6.1.4.1.2021.200.12 userLogonsInLastMinute /usr/lib/contextvault/ucd.perf.stat 4
exec .1.3.6.1.4.1.2021.200.13 userLogonsTotal /usr/lib/contextvault/ucd.perf.stat 5
exec .1.3.6.1.4.1.2021.200.14 userLogoffsInLastMinute /usr/lib/contextvault/ucd.perf.stat 6
exec .1.3.6.1.4.1.2021.200.15 userLogoffsTotal /usr/lib/contextvault/ucd.perf.stat 7
exec .1.3.6.1.4.1.2021.200.16 patientChangesInLastMinute /usr/lib/contextvault/ucd.perf.stat 8
exec .1.3.6.1.4.1.2021.200.17 patientChangesTotal /usr/lib/contextvault/ucd.perf.stat 9
exec .1.3.6.1.4.1.2021.200.18 currentSessions /usr/lib/contextvault/ucd.perf.stat 10
exec .1.3.6.1.4.1.2021.200.19 totalSessions /usr/lib/contextvault/ucd.perf.stat 11
exec .1.3.6.1.4.1.2021.200.20 averageRequestTime /usr/lib/contextvault/ucd.perf.stat 12