prometheus / snmp_exporter

SNMP Exporter for Prometheus
Apache License 2.0
1.7k stars 629 forks source link

config generator cannot unmarshal !!seq into main.plain #137

Closed HyperDevil closed 7 years ago

HyperDevil commented 7 years ago

Hi,

I have added a file MIKROTIK-MIB to my homefolder under .snmp/mibs/MIKROTIK-MIB

Added these simple lines on the bottom of the generator.yml And i get this error: line 144: cannot unmarshal !!seq into main.plain

# Tested on Arista DCS-7010T-48 switch
#
  arista_sw:
    walk:
      - sysUpTime
      - interfaces
      - ifXTable
      - 1.3.6.1.2.1.25.3.3.1.2 # hrProcessorLoad
      - 1.3.6.1.2.1.25.2.3.1.6 # hrStorageUsed
      - 1.3.6.1.4.1.30065.3.1.1 # aristaSwFwdIp

  mikrotik:
      - sysUpTime
brian-brazil commented 7 years ago

Usage questions are best asked on https://groups.google.com/forum/#!aboutgroup/prometheus-users

HyperDevil commented 7 years ago

Thanks