Beszel Agent
Lightweight server monitoring agent
Alternative to: grafana, netdata, prometheus, zabbix
v0.12.10
2025-09-22First support for Intel GPUs and a change in default Linux memory calculation (see below).
What’s Changed
- Add initial support for Intel GPUs (#1150, #755; feedback appreciated)
- Show connection type (WebSocket / SSH) in hub UI.
- Fix temperature unit and bytes / bits settings. (#1180)
- Add
henrygd/beszel-agent-intelimage for Intel GPUs. - Change default memory calculation (see below)
- Update Go dependencies. Shoutrrr now supports notifications for Signal and WeChat Work (WeCom).
Note on Linux memory calculation change
The default calculation now uses MemAvailable and better aligns with top and free. This may cause an increase in usage and trigger alarms (sorry!). See https://github.com/shirou/gopsutil/issues/1873 for more information.
Full Changelog: https://github.com/henrygd/beszel/compare/v0.12.9…v0.12.10