-
Notifications
You must be signed in to change notification settings - Fork 15
Releases: ConSol-Monitoring/snclient
Releases · ConSol-Monitoring/snclient
v0.43
Read more at: https://omd.consol.de/blog/2026/05/22/snclient-0.43-was-released/
Changes:
- *DEPRECATION NOTICE* linux agent runs now as unprivileged snclient user
- update node exporter to 1.11.1
- update windows exporter to 0.31.6
- use linux capabilities for check_omd
- update golang build chain to 1.26.3
- make listener errors fatal during startup
- check_tcp: make hostname mandatory
- check_tcp: critical defaults to 10s
- check_tcp: add time performance data
- check_http: add certificate checks and redirect support
- add /api/v1/admin/log/level rest endpoint to change log level
- add /api/v1/admin/log/file rest endpoint to retrieve log file
- check_ssh: add new check_ssh to test ssh server
Assets 17
- sha256:ec0978a782f4b49a0dbb221c27b7554c108dddebd088443ebfed681a44dbfec310.4 MB
2026年05月22日T08:37:43Z - sha256:39a942d9e9118fe341e3a924858b5b652fcb183ddb2093095941e8199542e46010.9 MB
2026年05月22日T08:37:41Z - sha256:35a7c288c346a12e71eea191b9b61a67362c4e56ab9c2dd7d8b5f7f92365313c11.2 MB
2026年05月22日T08:37:39Z - sha256:3f579890bb75a9a3f0f6bc857b6fd2a60b5c77675ec0c396a38a0dea2d8bf6a513.7 MB
2026年05月22日T08:37:41Z - sha256:29546c39b557eac208f04ed18ef430db2217ced18920aef6adf4430fce331e0717.2 MB
2026年05月22日T08:37:42Z - sha256:27baee6b059c05126f8e7420521cecd29101152d14e16578e072903619bed48815 MB
2026年05月22日T08:37:37Z - sha256:50fceed7a90c61e13f1ccce8846f54feaf8e82dd6db1c6730085e5cfeb2184a618.3 MB
2026年05月22日T08:37:38Z - sha256:df65a9fdb67e1154ffc5fdecbbb8eeb7e1e71feb1965a124a34c95aca16c33da13.4 MB
2026年05月22日T08:37:40Z - sha256:a4932c561212b3000b86df878887269cc7e2f03f9550bb42cdfcc0f18df9788115.7 MB
2026年05月22日T08:37:39Z - sha256:42d913cf06743f11f126e45b286c5969aa679d8532d44bda7d5b512b5eff058b18.9 MB
2026年05月22日T08:37:37Z -
2026年05月22日T08:24:30Z -
2026年05月22日T08:24:30Z - Loading
v0.42
DEPRECATION NOTICE the next release will switch the linux rpm/deb/alpine packages to an unprivileged snclient user instead of starting as root.
Changes:
- change minimum golang requirement to 1.25.7
- check_drive_io: add new check for drive io
- check_swap_io: add new check for swap io
- check_drivesize: ignore drive not found errors if empty-state is set (#315)
- check_drivesize: add support to check windows network shares (#318)
- check_cpu add idle time (#308)
- check_cpu add procs-to-show option to show 10 N processes
- check_memory: add procs-to-show option to show 10 N processes sorted by memory usage
- check_load: add show-args options when using procs-to-show to show the executable along with its arguments
- add today/thisweek/thismonth/... filter (#324)
- fix showing procs-to-show via rest api
- check_tasksched: fix returning unknown error codes
- chore: update dependencies
Assets 17
2 people reacted
v0.41
Changes:
- fix windows disk/mount checks showing only the first drive
Assets 17
v0.40
Changes:
- change minimum golang requirement to 1.25.5
- add support for recursive `script path`
- add support for cyclic alias check
Assets 17
v0.39
Changes:
- optionally send HSTS header in HTTP response
- update node exporter to 1.10.2
- check_service: improve filter by name
- check_process: add cpu_seconds attribute
- chore: update dependencies
Assets 17
v0.38
Breaking:
There is a breaking change when using check_logfile:
- check_logfile is now disabled by default and needs to be enabled in the modules section.
- check_logfile is restricted to read logfiles from folders defined by
allowed pattern.
Changes:
- fix plugin output ending in chinese characters (#261)
- chore: update dependencies
- improve logging of invalid http requests
- check_logfile: improve detection of required macros
- add list-combine option
- add challenge password support for csr
- add CheckLogFile option to /modules configuration
- add "allowed pattern" option for check_logfiles
- add new macro operator trim and chomp
Assets 17
v0.37
Changes:
- update windows exporter to 0.31.3
- chore: update dependencies
- change minimum golang requirement to 1.24.6
- osx:
- fix corrupted json output (invalid character '\x00' looking for beginning of object key string)
Assets 17
v0.36
Breaking Change
Filter are combined by "Or" by default now. This will lead to unexpected results if you are using multiple filter.
check_drivesize filter=disk=C filter=disk=D will return drive C and D as expected. So internally this equals the filter=disk=C OR disk=D
Changes:
- add new attribute "require password" which must be disabled to allow requests without password
- disallow empty passwords and empty passwords no longer disable password authentication
- check_service: add support for comma separated service list
- check_drivesize: fix case insensitive windows paths
- msi: disable downgrades in windows installer
- update: add support to extract .deb files
- update windows exporter to 0.31.1
- fix https includes from subsection (#246)
- fix multiple filter not being combined by logical OR
- fix extending default filter and thresholds
Assets 17
v0.35
Changes:
- change showing performance data in check_files and check_services (#243)
- kill orphanded managed exporters which might block listen ports
- remove pipes from unknown macros in final output
- only proxy /metrics instead of * for managed exporter
- add option `url match` for managed exporter to configure which urls should be proxied
- add support for enable modules from the module configuration instead of the modules section
- fix crash in check_pdh
Assets 17
v0.34
Changes:
- add /api/v1/admin/csr endpoint to create csr
- add check_logfile
- cache inventory for 10 seconds
- fix check_omd out of bounds read
- fix detecting unbalanced quotes (#225)
- fix crash in check_pdh
- fix reading config files with utf-8 bom