Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-3312

Revision 10390 key error for APC INROW Units

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Discovery
    • Ubuntu 16.04

    Description

      includes/discovery/sensors/powernet-mib.inc.php

      The keys defined for the APC INROW unit MIBs do not match what is returned by

      $type = snmp_get_oid($device, "sysObjectID.0", "PowerNet-MIB"); // Get the APC InRow model
      

      In my case the value returned is PowerNet-MIB::airIRRP100Series, not airIRRP100Series.

      Keys either need to be "PowerNet-MIB::airIRRP100Series" or strip the MIB name prefix.

      Attachments

        Activity

          [OBS-3312] Revision 10390 key error for APC INROW Units

          Oh, sure. Fixed in r10393.

          landy Mike Stupalov added a comment - Oh, sure. Fixed in r10393.

          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community>  --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community>  --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk

            If device not support SNMP version 2c, replace -v2c with -v1.

          • If you have problems with discovery or poller processes, please do and attach these debugs:

            ./discovery.php -d -h <device>
            ./poller.php -d -h <device>

          • additionally attach device and/or vendor specific MIB files

          Note, this comment is added automatically.

          landy Mike Stupalov added a comment - Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk If device not support SNMP version 2c, replace -v2c with -v1. If you have problems with discovery or poller processes, please do and attach these debugs: ./discovery.php -d -h <device> ./poller.php -d -h <device> additionally attach device and/or vendor specific MIB files Note, this comment is added automatically.

          People

            landy Mike Stupalov
            rwaltheide Richard Altheide
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: