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



_______________________________________________
collectd mailing list
[email protected]
https://mailman.verplant.org/listinfo/collectd

Reply via email to