From 74f76e26562821813fa76ef2ad457a8550945fea Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:31:23 -0700 Subject: [PATCH] Documentation: add resources note --- docs/widgets/info/resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/widgets/info/resources.md b/docs/widgets/info/resources.md index 8281cec0a..19323dc30 100644 --- a/docs/widgets/info/resources.md +++ b/docs/widgets/info/resources.md @@ -9,6 +9,8 @@ The disk path is the path reported by `df` (Mounted On), or the mount point of t The cpu and memory resource information are the container's usage while [glances](glances.md) displays statistics for the host machine on which it is installed. +The resources widget primarily relies on a popular tool called [systeminformation](https://systeminformation.io). Thus, any limitiations of that software apply, for example, BRTFS RAID is not supported for the disk usage. In this case users may want to use the [glances widget](glances.md) instead. + _Note: unfortunately, the package used for getting CPU temp ([systeminformation](https://systeminformation.io)) is not compatible with some setups and will not report any value(s) for CPU temp._ **Any disk you wish to access must be mounted to your container as a volume.**