Releases: ConSol-Monitoring/snclient
Releases · ConSol-Monitoring/snclient
v0.32
Changes:
- add alpine support
- fix check_process when empty-state is set to OK
- change like operator to be case insensitive
- add new slike operator which is case sensitive
- add support for str() operator
- check_process: make process filter case insensitive
- check_service: make service filter case insensitive
- managed exporter: passthrough all urls, not just /metrics
- add 'snclient config check' command
v0.31
Changes:
- fix check_files thresholds on total_size
- update windows exporter to 0.30.2
- chore: update dependencies
- change minimum golang requirement to 1.23
v0.30
Changes:
- fix check_drivesize letter: excludes
- fix check_service default threshold for linux
- chore: update dependencies
v0.29
Changes:
- fix vbs wrapper in default config (#170)
- fix empty performance data when using perf-config units
- fix fix process state filter on windows (#169)
- show error if shared ports use different ssl configuration
v0.28
Changes:
- update windows exporter to 0.29.1
- wmi: always set en_US language in query (#156)
- check_eventlog: fix time offset parsing (#157)
- add /api/v1/inventory/{module} rest endpoint to get specific inventory
- add exporter to inventory list
- fix updates from custom urls
- add /api/v1/admin/updates/install endpoint to trigger update
- fix agent not starting if exporter_modules folder does not exist
- check_files: add version macro support for .exe/.dll files
- fix missing thresholds when using perf-syntax
- add check_ping plugin
- check_process: check default empty-state to critical
v0.27
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
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
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
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
Changes:
- fix detecting mounted volumes on windows
- add ca option for client certificates (Gent00157)