uname -a16.04.1-Ubuntu SMP
snmp_exporter -versionsnmp_exporter, version 0.8.0
SNMPv2-MIB::sysDescr.0 = STRING: Juniper Networks, Inc. ex2200-24t-4g Ethernet Switch, kernel JUNOS 12.3R9.4, Build date: 2015-02-12 11:18:43 UTC Copyright (c) 1996-2015 Juniper Networks, Inc.
https://www.juniper.net/techpubs/software/junos/junos123/juniper-mibs-12.3R12.4.tgz
So now I extracted the juniper-mibs-12.3R12.4.tgz to $HOME/.snmp/mib as described in README but then when I try ./generator generate the snmp.yml file doesn't contain any module or configuration of Juniper MIB - is there anything I missed or how can I get an snmp.yml file for my Junos device?

--
You received this message because you are subscribed to the Google Groups "Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscribe@googlegroups.com.
To post to this group, send email to prometheus-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/a37085c3-a611-416d-923c-dd974cc1a24f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey there,
client-list list0 {
x.x.x.x/24;
}
community grandstream11 {
authorization read-only;
}
community public {
authorization read-only;
client-list-name list0;
}modules:
# Default IF-MIB interfaces table with ifIndex.
if_mib:
walk: [sysUpTime, interfaces, ifXTable]
# Interfaces if ifAlias is unique.
if_mib_ifalias:
walk: [sysUpTime, interfaces, ifXTable]
lookups:
- old_index: ifIndex
new_index: ifAlias
# Interfaces if ifDescr is unique.
if_mib_ifdescr:
walk: [sysUpTime, interfaces, ifXTable]
lookups:
- old_index: ifIndex
new_index: ifDescr
# Interfaces if ifName is unique.
if_mib_ifname:
walk: [sysUpTime, interfaces, ifXTable]
lookups:
- old_index: ifIndex
# Use OID to avoid conflict with Netscaler NS-ROOT-MIB.
new_index: 1.3.6.1.2.1.31.1.1.1.1 # ifNamesnmpwalk -v 2c -c public x.x.x.x SNMPv2-MIB::sysDescr.0
SNMPv2-MIB::sysDescr.0 = STRING: Juniper Networks, Inc. ex2200-24t-4g Ethernet Switch, kernel JUNOS 12.3R9.4, Build date: 2015-02-12 11:18:43 UTC Copyright (c) 1996-2015 Juniper Networks, Inc.is