Skip to content

Releases: prometheus/snmp_exporter

0.9.0 / 2018-02-26

26 Feb 16:25
v0.9.0
Compare
Choose a tag to compare

[FEATURE] Support for Opaque Float/Double types

0.8.0 / 2017-11-20

20 Nov 12:50
v0.8.0
Compare
Choose a tag to compare

[FEATURE] Support SNMP v3 context names
[FEATURE] Support fixed-size string indexes

0.7.0 / 2017-10-09

09 Oct 15:48
v0.7.0
Compare
Choose a tag to compare

[FEATURE] Generator detects a broader range of display strings, including SnmpAdminString
[BUGFIX] Pull in upstream fix for spurious results when walk matched no oids

0.6.0 / 2017-08-22

22 Aug 11:23
Compare
Choose a tag to compare

[CHANGE] Default module is now "if_mib" rather than "default". "if_mib" has no lookups, and if_mib_* has replaced default_*. "if_mib_ifdescr" has the old behaviour of "default".
[BUGFIX] Don't hide secrets when generating snmp.yml
[BUGFIX] Correctly handle different auth settings across modules

0.5.0 / 2017-08-15

15 Aug 12:23
Compare
Choose a tag to compare

[FEATURE] Expose config on /config
[FEATURE] Add help text to metrics
[FEATURE] Allow for extracting numeric metrics from string objects via regular expressions
[FEATURE/CHANGE] Config now only reloaded on SIGHUP or /-/reload
[CHANGE] Switch to kingpin flags, all flags now have two hyphens rather than one
[CHANGE] Remove Fortinet example module
[BUGFIX] Handle Counter64s with values >=2^63 correctly
[BUGFIX] Sanitize metric names
[BUGFIX] Add back objects marked no-access to generator output

v0.4.0 / 2017-06-06

15 Aug 12:06
Compare
Choose a tag to compare
  • [FEATURE] Add Homepage on /. #135
  • [ENHANCEMENT] Add ddwrt OIDs to generator. #147
  • [ENHANCEMENT] Add synology OIDs to generator. #149, #154
  • [ENHANCEMENT] Use lookup node's index label in the generator. #162
  • [BUGFIX] Fix authNoPriv in config parsing. #141
  • [BUGFIX] Update gosnmp vendoring to fix timeouts/errors. #139, #171

0.3.0 / 2017-03-15

15 Mar 16:14
Compare
Choose a tag to compare

[FEATURE] Support MAC Addresses and IP addresses as object values
[ENHANCEMENT] Allow compiling generator under FreeBSD
[ENHANCEMENT] Workaround RFC1213-MIB being too old to have type hints
[BUGFIX] Represent OctetStrings as hex

0.2.0 / 2017-01-25

25 Jan 10:40
Compare
Choose a tag to compare

[FEATURE] Add config generator
[FEATURE] Add support for strings in PDUs
[FEATURE] Add debug logging
[FEATURE] Add -version flag
[BUGFIX] Correctly handle missing label lookups

0.1.0 / 2016-09-23

23 Sep 19:43
Compare
Choose a tag to compare

This is a port to Go from the original Python version.

Behaviour is largely the same (the same config file will work), however the URL has changed a bit: It's now /snmp?target=1.2.3.4 where previously it was /metrics?address=1.2.3.4

As this is a rewrite, a full list of changes will not be provided.

0.0.6 / 2016-08-13

13 Aug 10:27
Compare
Choose a tag to compare

[FEATURE] SNMP v1 support
[FEATURE] SNMP v3 support
[FEATURE] InetAddress supported as part of a table index
[FEATURE] OctetString supported as part of a table index
[FEATURE] Cisco WLC example added to config
[FEATURE] Example systemd config
[ENHANCEMENT] Handle devices that remove trailing 0s in OIDs
[ENHANCEMENT] Python 3 support
[BUGFIX] Fixed rendering of MAC addresses