When defining a Data Template and having set the Data Input Method to Get SNMP Data (indexed), there are the following fields, which can/have to be filled out:
- Output Type ID
- Index Value
- Index Type
Code: Select all
--($ ~)-- time snmpwalk -On -t 60 -v2c -cpublic winds00 .1.3.6.1.4.1.2021.8.1
.1.3.6.1.4.1.2021.8.1.1.1 = INTEGER: 1
.1.3.6.1.4.1.2021.8.1.1.2 = INTEGER: 2
.1.3.6.1.4.1.2021.8.1.1.3 = INTEGER: 3
.1.3.6.1.4.1.2021.8.1.1.4 = INTEGER: 4
.1.3.6.1.4.1.2021.8.1.1.5 = INTEGER: 5
.1.3.6.1.4.1.2021.8.1.1.6 = INTEGER: 6
.1.3.6.1.4.1.2021.8.1.2.1 = STRING: dspstat-augds01
.1.3.6.1.4.1.2021.8.1.2.2 = STRING: dspstat-fhids01
.1.3.6.1.4.1.2021.8.1.2.3 = STRING: dspstat-svnds01
.1.3.6.1.4.1.2021.8.1.2.4 = STRING: dspstat-winaprs01
.1.3.6.1.4.1.2021.8.1.2.5 = STRING: dspstat-winds00
.1.3.6.1.4.1.2021.8.1.2.6 = STRING: dspstat-winds01
.1.3.6.1.4.1.2021.8.1.3.1 = STRING: /bin/bash /opt/apps/Teamcenter/Production/scripts/do-rpc-dspstat.sh augds01 10
.1.3.6.1.4.1.2021.8.1.3.2 = STRING: /bin/bash /opt/apps/Teamcenter/Production/scripts/do-rpc-dspstat.sh fhids01 10
.1.3.6.1.4.1.2021.8.1.3.3 = STRING: /bin/bash /opt/apps/Teamcenter/Production/scripts/do-rpc-dspstat.sh svnds01 10
.1.3.6.1.4.1.2021.8.1.3.4 = STRING: /bin/bash /opt/apps/Teamcenter/Production/scripts/do-rpc-dspstat.sh winaprs01 10
.1.3.6.1.4.1.2021.8.1.3.5 = STRING: /bin/bash /opt/apps/Teamcenter/Production/scripts/do-rpc-dspstat.sh winds00 10
.1.3.6.1.4.1.2021.8.1.3.6 = STRING: /bin/bash /opt/apps/Teamcenter/Production/scripts/do-rpc-dspstat.sh winds01 10
.1.3.6.1.4.1.2021.8.1.100.1 = INTEGER: 0
.1.3.6.1.4.1.2021.8.1.100.2 = INTEGER: 0
.1.3.6.1.4.1.2021.8.1.100.3 = INTEGER: 0
.1.3.6.1.4.1.2021.8.1.100.4 = INTEGER: 0
.1.3.6.1.4.1.2021.8.1.100.5 = INTEGER: 0
.1.3.6.1.4.1.2021.8.1.100.6 = INTEGER: 0
.1.3.6.1.4.1.2021.8.1.101.1 = STRING: 2197
.1.3.6.1.4.1.2021.8.1.101.2 = STRING: 1551
.1.3.6.1.4.1.2021.8.1.101.3 = STRING: 178
.1.3.6.1.4.1.2021.8.1.101.4 = STRING: 3
.1.3.6.1.4.1.2021.8.1.101.5 = STRING: 1
.1.3.6.1.4.1.2021.8.1.101.6 = STRING: 3
.1.3.6.1.4.1.2021.8.1.102.1 = INTEGER: noError(0)
.1.3.6.1.4.1.2021.8.1.102.2 = INTEGER: noError(0)
.1.3.6.1.4.1.2021.8.1.102.3 = INTEGER: noError(0)
.1.3.6.1.4.1.2021.8.1.102.4 = INTEGER: noError(0)
.1.3.6.1.4.1.2021.8.1.102.5 = INTEGER: noError(0)
.1.3.6.1.4.1.2021.8.1.102.6 = INTEGER: noError(0)
.1.3.6.1.4.1.2021.8.1.103.1 = STRING:
.1.3.6.1.4.1.2021.8.1.103.2 = STRING:
.1.3.6.1.4.1.2021.8.1.103.3 = STRING:
.1.3.6.1.4.1.2021.8.1.103.4 = STRING:
.1.3.6.1.4.1.2021.8.1.103.5 = STRING:
.1.3.6.1.4.1.2021.8.1.103.6 = STRING:
So far I was successful in getting eg. .1.3.6.1.4.1.2021.8.1.101.1 with using a Get SNMP Data (ie. non-indexed) Data Input Method.
What do I need to enter for the following fields?
- Output Type ID
- Index Value
- Index Type
Anyway - I suppose for Output Type ID, I'd set .1.3.6.1.4.1.2021.8.1.1, as that is the OID Number of the OID giving the index? Or would that be the Index Value?
Still confused, but (slowly) getting there,
Alexander