Skip to content

Releases: AndrewPiroli/NOS-MCT

6.0 - Rename CLI arguments

21 Jun 18:09
6.0
e7366ed
Compare
Choose a tag to compare

--yeet -> --push
--yoink -> --pull

Full Changelog: 5.1...6.0

Release 5.1 - Minor Updates

18 May 17:40
5.1
4b8139d
Compare
Choose a tag to compare

819f5d0 Allow overriding the output directory.
d6b20a4 Use term.perf_counter_ns to measure performance
4b8139d Rework logging

Full Changelog: 5.0.1...5.1

Minor changes to logging levels as part of rework.

Release 5.0.1 - Minor style/bugfix

25 Oct 16:42
5.0.1
12cbafe
Compare
Choose a tag to compare

96c349a Make requests dependency optional
d94bd46 Update MSPV to 3.7
31e00cb README fixups
12cbafe Autoformat: target version py37 to reflect MSPV

Full Changelog: 5.0...5.0.1

Release 5.0 - LibreNMS integration

17 Jun 18:44
Compare
Choose a tag to compare

We now support retrieving the inventory from LibreNMS API.

Documentation available in README and example configs in the examples directory.

Release 4.3.1 Add Save Only mode

17 Jun 18:43
dec12af
Compare
Choose a tag to compare

This new mode just saves the config of each device

Release 4.3 -- Quality Update

30 Dec 01:43
Compare
Choose a tag to compare

Just tagging all the little quality updates that have made their way in the year since the last real rework.
Functionality is the same, it just works a little nicer inside.

Release 4.2 - Simplify Internals

19 Jan 19:03
53e57fe
Compare
Choose a tag to compare

The old organization system is now removed.

It used to be the worker process pool dumped output to a common directory and then notified a separate organization process over a queue proxy system, and then the organization process put the files in the right place. This was necessary at the time it was implemented (and left in because it actually worked pretty well), but the structure has changed over time and now each worker in the pool can simply write output to the correct place to begin with. This simplifies the program overall, and reduces the number of queues and processes.

4.1.4 Ctrl-C improvements

11 Jan 16:10
ba2293b
Compare
Choose a tag to compare

Ctrl-C is a lot better now.

4.1.3 Backend Improvements pt3

28 Dec 19:04
3fce485
Compare
Choose a tag to compare

Kind of fix the usage of Ctrl-C to cancel. It still kills the organize process.

Updated readme with examples

4.1.2 Backend Improvements

28 Dec 15:27
9d566c1
Compare
Choose a tag to compare
Merge pull request #61 from AndrewPiroli/improvements-2020-12-09

General refactor/reorganization