Skip to content

Releases: Uninett/nav-argus-glue

v0.7.1

13 Sep 10:54
Compare
Choose a tag to compare

Fixed

  • Don't crash when Argus introduces new incident attributes.

v0.7.0

01 Sep 08:42
Compare
Choose a tag to compare

[0.7.0] - 2023-09-01

Added

  • Support for configuring API request timeout values in navargus.yml

v0.6.6

13 Mar 08:55
Compare
Choose a tag to compare

[0.6.6] - 2023-03-13

Fixed

  • Stop navargus from getting stuck in a CPU-eating tight loop when the controlling eventengine process exits (#11).
  • Slightly restructured and updated README.md.

v0.6.5

07 Jul 14:28
Compare
Choose a tag to compare

Fixed

  • Fully empty the eventengine input stream when the last read buffer was full. Otherwise, some events would go missing and never be reported to Argus (or reported only the next time new data is available).

v0.6.4

24 Jun 09:35
Compare
Choose a tag to compare

Fixed

  • Attempt to avoid infinite tight loops when select() call exits for other reasons than stdin being readable..

v0.6.3

25 Mar 13:46
Compare
Choose a tag to compare

Added

  • A new configuration option under filters:
    • ignore-stateless: If set to true, nav-argus-glue will not submit
      stateless NAV alerts to Argus at all.
  • An actual change log :-)

v0.6.2

22 Sep 14:05
Compare
Choose a tag to compare

Fixes a version number detection issue in setup.py.

v0.6.1

22 Sep 09:34
Compare
Choose a tag to compare

Fixes #8 and also logs version number on startup.

v0.6.0

22 Sep 08:47
Compare
Choose a tag to compare

This release properly conveys alert severity values to incident levels for NAV versions 5.2 and newer.

v0.4.0

21 Apr 12:07
Compare
Choose a tag to compare

Maintenance alerts and alerts that occur while subjects are on maintenance can now be ignored.