v0.19.0
Added 7
- Add ZFS pool and dataset monitoring
- Add container health alerts with log excerpts in notifications
- Add alerts for failed systemd services
- Add alerts for CPU I/O wait and steal time
- Add cumulative disk read and write totals to the Disk I/O sheet
- Add Greek and Uzbek translations
- Add custom root disk names and sort disks alphabetically
Changed 2
- Improve alert security by enforcing system ownership and blocking additional internal notification URL ranges
- Improve ATA SMART warnings for critical attributes
Fixed 10
- Fix a hub crash caused by concurrent SSH client shutdown
- Fix host CPU and memory totals when Docker runs in a VM on macOS or Windows
- Fix multi-line TOKEN_FILE loading
- Fix QNAP MD RAID arrays being incorrectly reported as failed
- Fix Intel GPU power data disappearing between samples
- Fix swap usage calculations to include cached swap
- Fix agent payload failures caused by invalid UTF-8 in battery names
- Fix uptime reporting inside Linux containers
- Fix fan discovery on legacy hwmon devices
- Fix CPU model detection on MIPS systems
Security 1
- Agents now verify HTTPS certificates; configure CA_CERT_FILE if connecting to a hub with self-signed or untrusted certificates
From Beszel
:warning: Potential breaking change: Agents now verify HTTPS certificates. If an agent connects to a hub using a self-signed or otherwise untrusted certificate, configure CA_CERT_FILE with the appropriate CA certificate or the connection will be rejected.
What's Changed
- Add ZFS pool and dataset monitoring (#2209)
- Add container health alerts with log excerpts in notifications (#2225)
- Add alerts for failed systemd services (#2173)
- Add alerts for CPU I/O wait and steal time (#2249)
- Add cumulative disk read and write totals to the Disk I/O sheet (#2179)
- Add Greek and Uzbek translations (#2034)
- Add custom root disk names and sort disks alphabetically (#2006)
- Improve alert security by enforcing system ownership and blocking additional internal notification URL ranges
- Improve ATA SMART warnings for critical attributes (#2275)
- Fix a hub crash caused by concurrent SSH client shutdown (#2277)
- Fix host CPU and memory totals when Docker runs in a VM on macOS or Windows (#2272)
- Fix multi-line
TOKEN_FILEloading (#2276) - Fix QNAP MD RAID arrays being incorrectly reported as failed (#2065)
- Fix Intel GPU power data disappearing between samples (#2256)
- Fix swap usage calculations to include cached swap (#2267)
- Fix agent payload failures caused by invalid UTF-8 in battery names (#2241)
- Fix uptime reporting inside Linux containers (#2180)
- Fix fan discovery on legacy hwmon devices (#2238)
- Fix CPU model detection on MIPS systems (#2138)
- Fix machine ID generation on FreeBSD and pfSense installations (#2274)
- Fix agent environment variable updates during reinstall (#2107)
- Fix the install script reporting the wrong listen address after upgrades (#2243)
- Fix load average precision on macOS, BSD, and Windows (#2245)
- Update the Go version and Go dependencies
New Contributors
- @IlyaMur made their first contribution in https://github.com/henrygd/beszel/pull/2238
- @alecrubin made their first contribution in https://github.com/henrygd/beszel/pull/2180
- @toomore made their first contribution in https://github.com/henrygd/beszel/pull/2241
- @mews-se made their first contribution in https://github.com/henrygd/beszel/pull/2243
- @justadityaraj made their first contribution in https://github.com/henrygd/beszel/pull/2245
- @wassupluke made their first contribution in https://github.com/henrygd/beszel/pull/2256
- @ErkinjonYusupov made their first contribution in https://github.com/henrygd/beszel/pull/2034
- @snh made their first contribution in https://github.com/henrygd/beszel/pull/2279
- @spatiumstas made their first contribution in https://github.com/henrygd/beszel/pull/2249
- @martinstenrose made their first contribution in https://github.com/henrygd/beszel/pull/2173
- @mleczakm made their first contribution in https://github.com/henrygd/beszel/pull/2225
- @santhiprakash made their first contribution in https://github.com/henrygd/beszel/pull/2269
Full Changelog: https://github.com/henrygd/beszel/compare/v0.18.8...v0.19.0