Skip to content

Releases: ConSol-Monitoring/snclient

v0.27

02 Sep 17:49
Compare
Choose a tag to compare

Changes:

- do not use empty-state if warn/crit conditions contain check on 'count'
- check_memory: distinguish between committed and swap memory
- check_memory: change default type on linux to physical,swap
- fix evaluating nested filter conditions
- fix check_drivesize missing performance data when using free_bytes threshold (#136)
- fix check_http/check_tcp/check_dns help (#135)
- fix using condition alias on nested filters
- fix check_tasksched memory leak (#122)
- update windows exporter to 0.28.1

v0.26

17 Jul 13:47
Compare
Choose a tag to compare

Changes:

- fix check_os_version windows build version (#134)
- update node exporter to 1.8.2
- chdir windows service into to shared-path folder
- fix escaping arguments in windows ps1 scripts
- fill unused $ARGx$ macros with empty space (#110)
- fix if/else expression evaluation (#126)

v0.25

14 Jun 12:44
Compare
Choose a tag to compare

Changes:

- update node exporter to 1.8.1
- migrate v3 to github.com/shirou/gopsutil/v4
- add device filter for network counter
- adjust default metric counter interval to 5s and buffer length to 15m
- lower agent memory and cpu footprint

v0.24

23 May 10:50
Compare
Choose a tag to compare

Changes:

- update node exporter to 1.8.0
- add native aarch64 (arm64) packages for windows
- add support for extending default filter/warn/crit
- check_service: use cgroup pids if no main pid available
- fix memory leak in check_service on windows
- fix memory leak in check_drivesize on windows
- fix missing scripts in inventory

v0.23

15 Apr 16:13
Compare
Choose a tag to compare

Changes:

- fix detecting mounted volumes on windows
- add ca option for client certificates (Gent00157)

v0.22

06 Apr 19:24
Compare
Choose a tag to compare

Changes:

- fix check_mount checking options
- check_mount skip default filter if mount point specified
- improve documentation

v0.21

29 Mar 15:12
Compare
Choose a tag to compare

Changes:

- add http config ini includes
- add osx pkg uninstaller
- add check_eventlog support for unique-index (mlueckert)
- add check_os_version add os name
- add os and version to inventory
- add check_mount windows volumes
- add check_drivesize total macros
- make doc tables long lines more readable
- enable script aliases without enabling external scripts
- update windows build framework to wix 3.14.1
- rename build artifacts to use less confusing name (amd/arm)
- check_mount make fstype comparison case insensitive
- change minimum golang requirement to 1.22
- fix check_files max-depth and empty-syntax
- fix check_memory human readable free value

v0.20

15 Mar 13:27
Compare
Choose a tag to compare

Changes:

- add support for perf-syntax
- check_wmi: add performance data
- check_wmi: add support for empty-syntax
- update check_nsc_web to v0.7.1
- check_service: fix json error
- update windows build framework to wix 3.14 
- improve wmi stability
- add regexp replacement macro post processor
- add if/else conditionals to *-syntax templates
- check_drivesize: does not use parent folder anymore automatically. Use folder=...if required 
- fix windows ps1 wrapped scripts
- check_ntp_offset: add support for other languages
- fix timeout for checks over nrpe

v0.19

27 Feb 23:21
Compare
Choose a tag to compare

Changes:

- write startup errors to default logfile
- add check_os_updates
- check_files: fix skipping folder to early
- check_eventlog: fix using event id
- check_drivesize: add freespace-ignore-reserved option
- fix wrapped scripts not found
- fix check_drivesize using random volume for sub path
- fix check_drivesize using root folder when checking non-existing path
- fix perf-config when using REST API
- fix timeout handling (fixes #96)

v0.18

14 Feb 14:48
Compare
Choose a tag to compare

Changes:

- fix crash on windows when parsing empty args (#88)
- check_ntp_offset: support more ntpq tally codes