Releases: NETWAYS/check_system_basics
Releases · NETWAYS/check_system_basics
v0.1.6
What's Changed
- Fix percentage performance data for used memory by @RincewindsHat in #39
- Do not print defaults twice by @RincewindsHat in #46
- Add flag to print program version
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- small fix for help output on the filesystem check by @MisterMountain in #31
- Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 by @dependabot in #32
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #33
- Bump github.com/shirou/gopsutil/v3 from 3.24.3 to 3.24.4 by @dependabot in #34
- Add new netdev option to allow unknown state in interfaces by @RincewindsHat in #35
- Config generation wrongly set skipKey to true for toggle parameters by @RincewindsHat in #36
- Separate Full and Some Pressure and display them properly by @RincewindsHat in #38
New Contributors
- @MisterMountain made their first contribution in #31
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Changelog
- filesystems: Fail gracefully if permissions do allow access to a mount path
- psi: More elaborate error message when the PSI interface is missing
- netdev: Better error checking in case on uncommon network interface configurations.
v0.1.3
Changelog
- Filesystem checks are now executed with a timeout, a hanging filesystem will not cause the plugin to run into the main timeout anymore.
v0.1.2
Changelog
- Add x86 build target
v0.1.1
Changelog
- Fix some missing braces in description of PSI command
- Use statically linked files in Github Assets
v0.1.0
Initial Release