Release 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_pdhRelease 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 bomRelease v0.33
Changes:
- check_pdh: added windows performance counter check
- check_service: fix case insensitive excludes
- check_pagefile: fix crash if there is no pagefile
- update windows exporter to 0.30.5
- update node exporter to 1.9.1
- check_dns: fix crash without any nameserver
- change handling exporter arguments and keep quotes
- change handling allias/script arguments and keep quotes
- check_os_version: add kernel version/arch/hostname
- fix timeout race condition when rebooting windows service
- fix checking for allowed arguments / nasty characters for web api requests
- fix checking for allowed arguments / nasty characters from external scripts (#158)
- change minimum golang requirement to 1.23.8