From 85ae3068b534a0dbd33395f7bbe580670e1ffdad Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Sun, 9 May 2021 10:07:13 +0100 Subject: [PATCH] Add additional System Bridge sensors (#17747) --- source/_integrations/system_bridge.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/system_bridge.markdown b/source/_integrations/system_bridge.markdown index dbac2350402..bc39a8e8a2a 100644 --- a/source/_integrations/system_bridge.markdown +++ b/source/_integrations/system_bridge.markdown @@ -30,10 +30,14 @@ This integration provides the following sensors: | Name | Description | | ---------------- | --------------------------------------------------- | +| BIOS Version | Version of your system's BIOS | | Battery | Battery level of the device | | CPU Speed | The current CPU speed | | CPU Temperature | The current temperature of the device | | Filesystem(s) | Space used for each drive letter / filesystem mount | +| Memory Free | Memory (RAM) free in GB | +| Memory Used | Memory (RAM) used in GB | +| Memory Used % | Memory (RAM) % used | | Operating System | Version information of the Operating System | | Load | System load percentage |