Path to this page:
./
sysutils/snmp_exporter,
SNMP Exporter for Prometheus
Branch: CURRENT,
Version: 0.27.0,
Package name: snmp_exporter-0.27.0,
Maintainer: pkgsrc-usersThis exporter is the recommended way to expose SNMP data in a format
which Prometheus can ingest.
To simply get started, it's recommended to use the `if_mib` module
with switches, access points, or routers using the `public_v2` auth
module, which should be a read-only access community on the target
device.
Note, community strings in SNMP are not considered secrets, as they
are sent unencrypted in SNMP v1 and v2c. For secure access, SNMP
v3 is required.
Master sites:
Filesize: 230.067 KB
Version history: (Expand)
- (2025-01-07) Updated to version: snmp_exporter-0.27.0
- (2024-09-06) Updated to version: snmp_exporter-0.26.0nb5
- (2024-08-11) Updated to version: snmp_exporter-0.26.0nb4
- (2024-07-03) Updated to version: snmp_exporter-0.26.0nb3
- (2024-06-13) Updated to version: snmp_exporter-0.26.0nb2
- (2024-06-01) Updated to version: snmp_exporter-0.26.0nb1
CVS history: (Expand)
2025-01-07 13:55:36 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
snmp_exporter: update to 0.27.0.
BREAKING CHANGES:
This version of the exporter introduces a cleaned up default snmp.yml that moved all
ucd-snmp-mib oids into a separate module.
If you used one of the following modules:
synology
ddwrt
kemp_loadmaster
you will need to change your scrape config to also include the ucd_la_table \
module as well.
See \
https://github.com/prometheus/snmp_exporter/tree/main?tab=readme-ov-file#multi-module-handling \
for further instructions.
[CHANGE] generator: Update generator default MIBOPTS #1231
[CHANGE] adopt log/slog, drop go-kit/log #1249
[ENHANCEMENT] generator: Improve config error message #1274
[FEATURE] add ParseDateAndTime type #1234
[FEATURE] Set UseUnconnectedUDPSocket option if one of the modules has if \
set #1247
[FEATURE] add NTPTimeStamp type #1315
[BUGFIX] fixed dashboard mixins #1319
snmp.yml changes:
cleanup ucd-snmp-mibs #1200
moved oids from synology,ddwrt and kemp_loadmaster to new module ucd_la_table
Added support for Sophos XG Series #1239
Added support for HPE #1267
Added support for powercom #1275
Added support for Cisco IMC #1293
Updated mib for apc #1303
Added support for TPLink DDM #1304
|
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message:
Revbump all Go packages after go122 update
|
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | |
Log message:
Revbump all Go packages after update
|
2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 security update
|
2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | |
Log message:
Revbump all Go packages after go122 update
|
2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168) |
Log message:
Revbump all Go packages, default Go version is now 1.22.
|
2024-05-12 21:26:00 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
snmp_exporter: update to 0.26.0.
## 0.26.0 / 2024-05-08
* [CHANGE] Improve generator parse error handling #1167
* [ENHANCEMENT] generator: Add generator HELP override #1106
* [ENHANCEMENT] Refactoring of Scrape process, fixing multiple module issues #1111
* [ENHANCEMENT] Skip using an interactive terminal in "make \
docker-generate". #1113
* [ENHANCEMENT] Add SNMPInflight metric #1119
* [FEATURE] Support for passing username, password & priv_password as env \
vars #1074
* [FEATURE] Add GoSNMP logger #1157
* [FEATURE] Add a "snmp_context" parameter to the URL #1163
* [BUGFIX] generator: curl failed #1094
* [BUGFIX] Fix SNMPv3 password configuration #1122
* [BUGFIX] generator: Update generator User-Agent #1133
* [BUGFIX] generator: fix mibs directory specification for parse_errors command #1135
* [BUGFIX] generator: remove extra character from dell iDrac-SMIv1 MIB #1141
* [BUGFIX] Fix do not expand envvars for empty config fields #1148
snmp.yml changes:
* Updated Cisco MIBs #1180
* Updated Cyberpower MIBs #1124
* Updated servertech_sentry3 #1090
* Added support for Dell iDrac #1125
|
2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | |
Log message:
Revbump all Go packages after go121 update
|