Beszel - Package Updates
-
[1.3.1]
- Update beszel to 0.15.1
- Full Changelog
- Add
SMART_DEVICESenvironment variable to specify devices and types. (#373, #1335, docs) - Add support for
scsi,sntasmedia, andsntrealtekS.M.A.R.T. types. (#373, #1335) - [Feature] Add sorting to the Smart table by @svenvg93 in #1333
- [Feature] Skip Virtual Disks in S.M.A.R.T data by @svenvg93 in #1332
- Handle power-on time attributes that are formatted as strings (e.g., "0h+0m+0.000s").
- Fix incorrect disk rendering in S.M.A.R.T. device details. (#1336)
- Fix
SHARE_ALL_SYSTEMSsetting not working for containers. (#1334) - Fix text contrast issue when container details are disabled. (#1324)
-
[1.3.2]
- Update beszel to 0.15.2
- Full Changelog
- Improve S.M.A.R.T. device detection logic (fix regression in 0.15.1) (#1345)
-
[1.3.3]
- Update beszel to 0.15.3
- Full Changelog
- Add CPU state details and per-core usage. (#1356)
- Add env var to exclude containers from being monitored by @svenvg93 in #1352
- Add
INTEL_GPU_DEVICEenvironment variable to specify Intel GPU device. (#1285) - Improve parsing of edge case S.M.A.R.T. power on times. (#1347)
- Fix empty disk I/O values for extra disks. (#1355)
- Fix battery nil pointer error. (#1353)
- Add Hebrew with translations by @gabay.
- Update
shoutrrrandgopsutildependencies.
-
[1.3.4]
- Update beszel to 0.15.4
- Full Changelog
- Refactor containers table to fix clock issue causing no results. (#1337)
- Fix Windows extra disk detection. (#1361)
- Add total line to the tooltip of charts with multiple values. (#1280, thanks @titouv)
- Add fallback paths for
smartctllookup. (#1362, #1363) - Fix
intel_gpu_topparsing when engine instance id is in column. (#1230) - New translations by @thiagoalcav and David Tornero.
-
[1.4.0]
- Update beszel to 0.16.0
- Full Changelog
- Add basic systemd service monitoring. (#1153, thanks @smtucker )
- Add GPU usage alerts.
- Show additional disk percentages in systems table. (#1365, thanks @svenvg93)
- Embed
smartctlin the Windows binary (experimental). (#1362) - Add
EXCLUDE_SMARTenvironment variable to exclude devices from S.M.A.R.T. monitoring. (#1392) - Change alert links to use system ID instead of name.
- Update Go dependencies.
-
[1.4.1]
- Update beszel to 0.16.1
- Full Changelog
- Add services column to All Systems table. (#1153)
- Add
SERVICE_PATTERNSenvironment variable to filter systemd services. (#1153) - Detect and handle immutable filesystems like Fedora Silverblue by @SoulSniper1212 in #1405
- Add setting for layout width.
- Set a dynamic upper domain on the YAxis for container chart by @evrial in #1412
- Add alert history page size preference persistence by @SoulSniper1212 in #1404
- Update actions to lock issues and skip MRs by @svenvg93 in #1419
- Update Go dependencies.
-
[1.5.0]
- Update beszel to 0.17.0
- Full Changelog
- Add quiet hours to silence alerts during specific time periods. (#265)
- Add dedicated S.M.A.R.T. page.
- Add alerts for S.M.A.R.T. failures.
- Add
DISK_USAGE_CACHEenvironment variable. (#1426) - Add
SKIP_SYSTEMDenvironment variable. (#1448) - Add hub builds for Windows and FreeBSD.
- Change extra disk indicators in systems table to display usage range as dots. (#1409)
- Strip ANSI escape sequences from docker logs. (#1478)
- Font ligatures create unwanted artifacts in random ids by @m90 in #1434
- fix: Fix the issue where the Add System button is visible to read-only users. by @zjkal in #1442
-
[1.5.1]
- Fix app URLs in notifications
-
[1.6.0]
- Update beszel to 0.18.1
- Full Changelog
- Fixes bug in
0.18.0release where all containers were cleared from the "All Containers" page when any system returned no containers. - Add option to make universal token permanent. (#1097, #1614)
- Add experimental NVML GPU collector. (#1522, #1587)
- Add low battery alerts. (#1507)
- Add battery charge to systems table.
- Add
--urland--tokencommand line arguments to the agent. (#1524) - Collect S.M.A.R.T. data in the background every hour.
- Add
SMART_INTERVALenvironment variable to customize S.M.A.R.T. data collection interval. - Collect system distribution and architecture.
- Add
system_detailscollection to store infrequently updated system information.
-
[1.6.1]
- Update beszel to 0.18.2
- Full Changelog
- Add separate dynamically linked glibc build for Linux. (#1618)
- Fix GPU ID collision between Intel and NVIDIA collectors. (#1522)
- Agent
updatecommand now detects your system's C library and downloads the optimal binary (static or glibc) on Linux. - fix: some of indonesia translate by @marmar76 in #1625
- Jetson tegrastats regex pre jetpack5 by @Vascolas007 in #1631
- site: only hide GPU engine graph if entire usage is 0% by @crimist in #1624
-
[1.6.2]
- Update beszel to 0.18.3
- Full Changelog
- The Windows agent's updated version of
LibreHardwareMonitorLibnow uses PawnIO instead of WinRing0. If you lose temperature sensors, make sure PawnIO is installed. (See #1657 and #1697.) - Container
NetworkSentandNetworkRecvfields have been deprecated in favor ofBandwidth. Agents will stop populating those fields in 0.19.0, so please update any integrations to preferBandwidth. It's available for all containers on hubs >= 0.18.3. - Add experimental sysfs AMD GPU collector. (#737, #1569)
- Improve container network stats accuracy.
- Fix
SHARE_ALL_SYSTEMSfor system_details, smart_devices, and systemd_services. (#1660) - Improve CJK truncation in UI.
- Fix container uptime sorting edge case. (#1696)
- Remove stale systemd services from tracking after deletion. (#1594)
- Update honeypot field name and autofill ignores. (#1011)
- Write health_file to
/dev/shminstead of/tmpif available. (#1455)
-
[1.6.3]
- Update beszel to 0.18.4
- Full Changelog
- Add outbound heartbeat monitoring to external services by @amirhmoradi in #1729
- Add experimental GPU monitoring for Apple Silicon by @raccettura. (#1747, #1746, docs)
- Add
nvtopintegration for GPU monitoring. (#1508) - Add
GPU_COLLECTORenvironment variable to manually specify the GPU collector(s). - SMART: add eMMC health via sysfs by @VACInc in #1736
- Add
DISABLE_SSHenvironment variable to disable SSH agent functionality. (#1061) - Add
fingerprintcommand to the agent. (#1726) - Include GTT memory in AMD GPU metrics and improve device name lookup. (#1569)
- Improve multiplexed logs detection for Podman. (#1755)
- Harden against Docker API path traversal.
-
[1.6.4]
- Update beszel to 0.18.5
- Full Changelog
- Add "update available" notification in hub web UI with
CHECK_UPDATES=trueby @svenvg93 in #1830 - Add Linux mdraid health monitoring by @VACInc in #1750
- Add ports column to containers table (#1481)
- Allow Linux systemd timer monitoring with
SERVICE_PATTERNS(#1820) - Add ZFS ARC support on FreeBSD
- Add optional tabs layout on web UI system page (#1513)
- Improve web UI performance and mobile styles (thanks @steveiliop56 for new mobile menu in #1840)
- Improve disk discovery and I/O device matching (#1811, #1772)
- Improve (likely fix) status alert reliability (#1519)
- Fix temperature collection blocking agent stats on some systems by @Jimbojones1 in #1839
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login