Skip to content

Releases: mickem/nscp

Preview for 0.6.2.1

15 Dec 19:14
8fbb2c3
Compare
Choose a tag to compare
Preview for 0.6.2.1 Pre-release
Pre-release

Fixed crash in NRPE server

Preview for 0.6.2.0

09 Dec 17:24
45c74c5
Compare
Choose a tag to compare
Preview for 0.6.2.0 Pre-release
Pre-release

Changes:

  • Removed secondary installer
    The secondary installer was a work around for as it was hard to build NSClient++ but now with automated builds anyone wanting the secondary installer can easily fork and maintain their own
  • Fixed script installed in wrong folder
    Scripts were wrongly installed in the root folder
  • Added debug symbols archive
    To helt debug crashes I have added an archive with debug symbols

Preview for 0.6.1.0

25 Nov 10:56
dc1814c
Compare
Choose a tag to compare
Preview for 0.6.1.0 Pre-release
Pre-release
  • Added support for older windows

Preview for 0.6.0.1

04 Jan 07:15
1d3a1ba
Compare
Choose a tag to compare
Preview for 0.6.0.1 Pre-release
Pre-release
  • Added NRPE 3/4 support
  • Currently Disabled:
    • DotNet modules
    • Lua scripting
    • Web interface (server still works, just no UI)

Preview for 0.6.0.0

19 Nov 20:01
7b3061f
Compare
Choose a tag to compare
Preview for 0.6.0.0 Pre-release
Pre-release
  • Massive update with changes updates to all libraries and third party dependencies
  • Updated to python 3
  • Automated build pipelines (Github Actions)
  • Currently Disabled:
    • DotNet modules
    • Lua scripting
    • Web interface (server still works, just no UI)
  • Fixed more build issues
  • Fixed performance data parsing when > 1Tb
  • Added option to disable TLS1.1, TLS1.2 and TLS1.3

0.5.3.4

26 Apr 19:56
Compare
Choose a tag to compare
0.5.3.4 Pre-release
Pre-release

Fixed so missing log entries are written to nsclient.fatal

0.5.2.41

27 Apr 04:25
Compare
Choose a tag to compare
  • Changed logger to log failed messages to nsclient.fatal (in same folder as service starts from usually system32)
  • ExternalScripts: Fixed command line not showing help
  • settings: Fixed #549 issue with including files inside files.
  • check_process: Fixed #552 check_process process keyword should be case blind
  • WEBServer: Fixed #550 check_nsc_web not working
  • docs: Corrects the key name of the "Include" section
  • docs: Corrected authorization in rest docs
  • check_wmi: Fixed #407 rendering arrays of numbers.
  • WebServer: Changed legacy role to a specific role
  • check_eventlog: Added bookmarks to allow checking only events since last check
  • zip-modules: fixed multiple json parsing issues
  • python script: fixed list configuration sections

0.5.3.3

12 Apr 20:39
Compare
Choose a tag to compare
0.5.3.3 Pre-release
Pre-release
  • ExternalScripts: Fixed #558 added trace logging for external scripts
  • ExternalScripts: Fixed command line not showing help
  • Added crude settings command to list settings keys from test client
  • Added support for finding recursive keys to settings helpers
  • settings: Fixed #549 issue with including files inside files.
  • check_process: Fixed #552 check_process process keyword should be case blind
  • WEBServer: Fixed #550 check_nsc_web not working
  • Fix for duplicate types on windows (
  • add rudimentary Dockerfile for building in alpine 3.4
  • Corrects the key name of the "Include" section
  • WebServer: Fixed authorization settings path
  • check_wmi: Fixed #407 rendering arrays of numbers.
  • CheckExternalScripts: Fixed #148 using script path does not allow arguments

0.5.3.2

23 Mar 04:29
Compare
Choose a tag to compare
0.5.3.2 Pre-release
Pre-release
  • Added storeage API
  • Added ${data-path} variable for storing data
  • WebServer: Changed legacy role to a specific role
  • EleasticClient: Fixed crash when server did not respond
  • check_eventlog: Added bookmarks to allow checking only events since last check
  • Added sample zip module (icamp) to showcase how to add configuration at runtime
  • Added remote module zip plugin
  • Added infrastructure for building zip-modules
  • zip-modules: fixed multiple json parsing issues
  • core: Added support for subscribing to multiple events and debug message when no handler matches an event
  • python script: Added support for loading modules from within python scripts during load
  • python script: fixed list configuration sections
  • graphite client: Added support for changing the metrics path
  • Added support for setting hostname in elastic client
  • Added elastic client for sending logs, events and metrics to elastic search
  • Added samples to scheduler
  • Added r/s and average time metrics to scheduler
  • Fixed event name missing module in some cases
  • Fixed missing error when event log thread (will reset the eventlog reader)
  • Added written_str to eventlog to get date as a regular date string (not relative time).

0.5.2.40

19 Feb 20:09
Compare
Choose a tag to compare
0.5.2.40 Pre-release
Pre-release
  • real time filters: added silent period to prevent filters from firing multiple events
  • Fixed invalid error message in scheduler when you have slow schedules and 10 threads