From 889255ae8a1c389b4c885ca3bc026e11e5efe694 Mon Sep 17 00:00:00 2001 From: Colin Robbins Date: Sun, 9 May 2021 07:43:40 +0100 Subject: [PATCH] =?UTF-8?q?systemmonitor=20-=20Typo=20-=20missing=20?= =?UTF-8?q?=E2=80=98/=E2=80=98=20(#17758)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a leading ‘/‘ to file pathname. --- source/_integrations/systemmonitor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/systemmonitor.markdown b/source/_integrations/systemmonitor.markdown index 71c838c0910..165332d2eb1 100644 --- a/source/_integrations/systemmonitor.markdown +++ b/source/_integrations/systemmonitor.markdown @@ -85,7 +85,7 @@ tmpfs 934M 0 934M 0% /dev/shm /dev/mmcblk0p1 253M 54M 199M 22% /boot ``` -Defining a `disk_use` sensor for `/` and `/home/pi` is redundant and will return the same values, since they both belong to the same "disk". However, defining separate sensors for `/dev` and `dev/shm` is possible and provides different values, since those are treated as separate "disks" by the integration. +Defining a `disk_use` sensor for `/` and `/home/pi` is redundant and will return the same values, since they both belong to the same "disk". However, defining separate sensors for `/dev` and `/dev/shm` is possible and provides different values, since those are treated as separate "disks" by the integration. ## Processor temperature