Skip to content

Releases: wandnz/nntsc

nntsc-2.20

12 Apr 02:23
Compare
Choose a tag to compare

Changes:

  • Add basic support for AMP Fastping test data.

Bugfixes:

  • Abort processing data after failing to create a stream.

nntsc-2.19

01 Apr 03:51
Compare
Choose a tag to compare

Changes:

  • Move pidfile code into nntsc from libnntscclient.

nntsc-2.18

29 Mar 01:38
Compare
Choose a tag to compare

Bugfixes:

  • Close currently active AMQP channel on error rather than an old channel.
  • Clear pending AMQP messages to prevent duplication when restarting.
  • Don't update traceroute parser path cache until after commit to prevent them getting out of sync.

nntsc-2.17

15 Feb 02:58
Compare
Choose a tag to compare

Changes:

  • Move influx setup to build_nntsc_db from postinst.
  • Update package build dependencies.
  • Use GitLab CI/CD to upload built packages to bintray.

nntsc-2.16

20 Nov 03:28
Compare
Choose a tag to compare

Changes:

  • Change package architecture from "any" to "all".
  • Force using older gzip compression when building package.
  • Add adduser as a package dependency.

Bugfixes:

  • Fix some minor issues as identified by pylint.

nntsc-2.15

14 Sep 04:41
Compare
Choose a tag to compare

Changes:

  • Stop using deprecated "type" parameter, instead use "exchange_type".
  • Add python-influxdb as a dependency.

nntsc-2.14

02 Aug 01:44
Compare
Choose a tag to compare

Changes

  • Add basic support for AMP YouTube test data.
  • Allow setting local address and port in configuration file.

Bugfixes

  • Try harder not to break legacy installations using old "default" retention policy.

nntsc-2.13

11 Jul 23:31
Compare
Choose a tag to compare

Bugfixes

  • Avoid recursive pika connections so that unstable connections don't cause python to crash when reaching maximum recursion depth.
  • Avoid using "default" (now a reserved word) as influx retention policy name.

nntsc-2.12

10 May 21:55
Compare
Choose a tag to compare

First github release.

Changes:

  • Remove unused collections (lpi, munin, etc) and other unused files.
  • Remove pywandevent - it is now standalone and not part of nntsc.
  • Add "protocol" column to throughput test results.
  • Update license to GPL version 2.

Bugfixes:

  • Update RRD smokeping to work again.
  • Catch errors when dropping continuous queries from influx during install.