[collectd] SNMP v3 Local MIBS Configuration

Mike Mester mike at mester.io
Fri Jul 15 19:54:53 CEST 2016


Wondering if anyone can help me with this configuration.  I am trying to setup a SNMP v3 poller that queries in this case a Synology disk array.  I have the Synology mibs located in  /usr/share/snmp/mibs.  My collectd configuration is:


<Plugin snmp>
      <Data "ifmib_if_octets64">
      Type "if_octets"
      Table true
      Instance "IF-MIB::ifName"
      Values "IF-MIB::ifHCInOctets" "IF-MIB::ifHCOutOctets"
     </Data>

     <Data "std_traffic">
      Type "bytes"
      Table false
      Values ".1.3.6.1.4.1.2021.13.15.1.1.13"
     </Data>

     <Data "DiskTemp">
     Type "gauge"
     Table false
     Instance "0"
     Values "SYNOLOGY-SYSTEM-MIB::temperature"
     </Data>

    <Host "10.0.30.100">
      Address "10.0.30.100"
      Version 3
      SecurityLevel "authNoPriv"
      Username "test"
      AuthProtocol "MD5"
      AuthPassphrase "12345678"
      PrivacyProtocol "AES"
      PrivacyPassphrase "too_many_secrets"
      Collect "DiskTemp"
    </Host>
</Plugin>

The error i get from collectd is:

snmp plugin: I don't know the ASN type #129 (OID: "SYNOLOGY-SYSTEM-MIB::temperature", data block "DiskTemp", host block "10.0.30.100")

Thanks,

Mike



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20160715/8e2ddca2/attachment-0001.html>


More information about the collectd mailing list