Ad Widget

Collapse

How do I monitor using an SNMP table to record multiple interfaces at once?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lzvtmxwk
    Junior Member
    • Jan 2020
    • 4

    #1

    How do I monitor using an SNMP table to record multiple interfaces at once?

    I have an Avocent PM3000 PDU that I want to monitor with Zabbix. If I use snmpwalk on 1.3.6.1.4.1.10418.17.2.5.5.1.50 I get the following table entries. So this shows the current per port of 20 power ports in A x 10. So how do I add these to Zabbix for monitoring?

    snmpwalk -c xxxxxxxx -v 2c MY-PDU-HOST 1.3.6.1.4.1.10418.17.2.5.5.1.50
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.1 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.2 = INTEGER: 14
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.3 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.4 = INTEGER: 15
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.5 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.6 = INTEGER: 5
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.7 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.8 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.9 = INTEGER: 8
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.10 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.11 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.12 = INTEGER: 5
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.13 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.14 = INTEGER: 22
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.15 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.16 = INTEGER: 2
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.17 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.18 = INTEGER: 20
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.19 = INTEGER: 0
    SNMPv2-SMI::enterprises.10418.17.2.5.5.1.50.1.1.20 = INTEGER: 0​
Working...