Snmp-exporter

Latest version: v0.0.6

Safety actively analyzes 619566 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

[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

[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

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

[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

0.0.5

This release is breaking. To convert your config to work with the new release, indent all the lines and then prepend the line`default:`

[FEATURE] Support multiple modules inside one config

0.0.4

This release changes the SNMP exporter to use the NetSNMP Python bindings, which are faster and use less CPU.
This needs manual installation of the bindings:


apt-get install libsnmp-python On older Debian-based distros.
apt-get install python-netsnmp On newer Debian-based distros.
yum install net-snmp-python On Red Hat-based distros.


[FEATURE] Support for setting community
[ENHANCEMENT] Switch to NetSNMP Python bindings
[ENHANCEMENT] Rule lookup is done with a tree rather than a linear search
[ENHANCEMENT] Various tweaks for dodgy hardware

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.