From 6d75071e4b2be8ac1a62173a4f4c533824ed1a6f Mon Sep 17 00:00:00 2001 From: Maxim Lepekha Date: Fri, 22 May 2026 01:11:36 +0200 Subject: [PATCH] docs: mention fan-speed monitoring + alert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflects henrygd/beszel# — adds fan RPM as a peer metric to temperature: lists Fan speed under Supported metrics and adds "fan speed" to the Alerts feature line. --- en/guide/what-is-beszel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/guide/what-is-beszel.md b/en/guide/what-is-beszel.md index d23dc27..b9d8f2b 100644 --- a/en/guide/what-is-beszel.md +++ b/en/guide/what-is-beszel.md @@ -24,7 +24,7 @@ It has a friendly web interface, simple configuration, and is ready to use out o - **Lightweight**: Smaller and less resource-intensive than leading solutions. - **Simple**: Easy setup, no need for public internet exposure. - **Docker stats**: Tracks CPU, memory, and network usage history for each container. -- **Alerts**: Configurable alerts for CPU, memory, disk, bandwidth, temperature, load average, and status. +- **Alerts**: Configurable alerts for CPU, memory, disk, bandwidth, temperature, fan speed, load average, and status. - **S.M.A.R.T.**: Disk health data and notifications on drive failure. - **Multi-user**: Users manage their own systems. Admins can share systems across users. - **OAuth / OIDC**: Supports many OAuth2 providers. Password auth can be disabled. @@ -61,5 +61,6 @@ Beszel consists of two main components: the **hub** and the **agent**. - **Network usage** - Host system and containers. - **Load average** - Host system. - **Temperature** - Host system sensors. +- **Fan speed** - Host system sensors (Linux, via `/sys/class/hwmon`). - **GPU usage / power draw** - Nvidia, AMD, and Intel. - **Battery** - Host system battery charge.