Release 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)Release 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 thresholdsRelease 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