Skip to content

Releases: maxwo/snmp_notifier

v2.1.1 - 20260213

13 Feb 07:01
c6ae706

Choose a tag to compare

v2.1.1 - 20260213 Pre-release
Pre-release

What's Changed

  • Security updates

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0 - 20250815

15 Aug 10:47
d6e01bb

Choose a tag to compare

What's Changed

  • Allow to specify the snmp engine start time by @vigno88 in #242
  • Various dependancies updates

Full Changelog: v2.0.0...v2.1.0

v2.0.0 - 20250510

10 May 14:23

Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v2.0.0

v1.6.2 - 20250421

21 Apr 11:54

Choose a tag to compare

What's Changed

  • Fixed some minor validation errors on the MIB by @lsfe87 in #221
  • Sort extra fields by OID by @maxwo in #227
  • Upgrade exporter toolkit and logger by @maxwo in #225

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.1 - 2025-02-11

11 Feb 21:34
298b7b7

Choose a tag to compare

What's Changed

  • Add uptime to SNMP traps to prevent replay attack by @vigno88 in #219

Full Changelog: v1.6.0...v1.6.1

1.6.0 - 2024-09-29

29 Sep 08:21

Choose a tag to compare

What's Changed

  • Allow the use of a custom base OID for the subobject of each trap. by @vigno88 in #143
  • chore(go): bump golang to 1.23.1 by @maxwo in #205
  • Several security & dependency updates

New Contributors

Full Changelog: v1.5.0...v1.6.0

1.5.0 - 2023-11-05

05 Nov 07:59
af4f2a9

Choose a tag to compare

What's Changed

  • Enable TLS & basic auth by @maxwo in #166
  • Send trap to all destinations on failure by @maxwo in #169

Full Changelog: v1.4.0...v1.5.0

1.4.0 - 2023-01-08

08 Jan 16:06

Choose a tag to compare

What's Changed

A breaking change occurred in the varbinds OID sent along the traps, to use a sub-object. Refer the the MIB for more details.

  • Use sub-objects in MIB traps by @maxwo in #123
  • Add group and common labels for templating by @maxwo in #125
  • Add k8s SNMP server sample deployment by @maxwo in #124

Full Changelog: v1.3.1...v1.4.0

1.3.1 - 2023-01-01

01 Jan 19:14

Choose a tag to compare

New Features

  • Updates the default template to use the newly available variables.

Full Changelog: v1.3.0...v1.3.1

1.3.0 - 2022-12-25

26 Dec 10:50

Choose a tag to compare

New Features

  • Add the .DeclaredAlerts variable in the templates to access any label/info of all the declared alerts, even when not firing in #122
  • Add the groupAlertsByStatus function in the templates to split .DeclaredAlerts into firing/resolved groups if needed in #122
  • Add the multi-target by repeating the --snmp.destination parameter in #106

New Contributors

Full Changelog: v1.2.1...v1.3.0