Skip to content

Releases: ConSol-Monitoring/snclient

v0.11

27 Oct 18:48
Compare
Choose a tag to compare

Changes:

- support filter regex syntax: attr ~~ /value/
- return error if using unknown check arguments
- add (prometheus) node/windows exporter and custom exporters
- fix check_drivesize showing wrong disk on linux
- fix windows installer removing snclient.ini on update

v0.10

22 Oct 20:26
Compare
Choose a tag to compare

Changes:

- windows: add firewall on program, not ports
- add on demand macros
- add prometheus exporter exporter listener
- add support for shared listeners

v0.09

07 Oct 12:25
Compare
Choose a tag to compare

Changes:

- use shared path as working directory when running external scripts
- check_network: add name/exclude and speed
- check_process: fix showing all processes
- check_drivesize: do not apply default filter if disk is specified

v0.08

07 Sep 13:37
Compare
Choose a tag to compare

Changes:

- catch some standard cmd.exe errors
- skip logrotation if output is not a file
- make filter keywords are case insensitive
- improve scripts paths containing spaces
- add /api/v1/inventory rest path
- packaging: create logfile folder
- fix restart after running update from cli

v0.07

30 Aug 19:06
Compare
Choose a tag to compare

Changes:

 - add support for perf-config option
 - add support for case insensitive regular expression matches
 - add support for case insensitive string matches
 - add support for builtin check_nsc_web
 - improve documentation
 - check_disk: ignore drives which have problems but are not required

v0.06

27 Jul 06:56
Compare
Choose a tag to compare

Changes:

 - relative include paths are now considered to be in the parent ini-file
 - wmi: improve error handling

v0.05

21 Jul 18:56
Compare
Choose a tag to compare
v0.05 Pre-release
Pre-release

Changes:

 - add configuration dialog to .msi installer
 - setup windows firewall rules during installation
 - add wildcard support for includes
 - add conf.d directory support for includes
 - added check_tasksched
 - added nrpe mode to test cmd
 - fix osx installer (#27)
 - fix linux check_drivesize (#14)
 - fix missing byte in nrpe response (#21)

v0.04

05 Jul 17:40
Compare
Choose a tag to compare
v0.04 Pre-release
Pre-release

Changes:

- implement external scripts
- add support for client certificates
- add hashed passwords
- improve internal checks

v0.03

12 Jun 21:37
Compare
Choose a tag to compare
v0.03 Pre-release
Pre-release

Changes:

- implement filter and thresholds
- packaging
  - add windows service mode
- add command alias support
- add log rotation
- add optional automatic updates

v0.02

02 Apr 21:04
Compare
Choose a tag to compare
v0.02 Pre-release
Pre-release

Changes:

- add packaging
  - windows
  - rpm
  - deb
- add nrpe support
- add check_nsc_web rest api support
- add basic checks
- add basic prometheus metrics