From 5e51f3becc8db71296328d1d538b869a9eac8beb Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Thu, 16 May 2024 09:06:25 +0200 Subject: [PATCH] Add Webmin filesystem sensors (#31787) --- source/_integrations/webmin.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/webmin.markdown b/source/_integrations/webmin.markdown index 24ac6e982dc..46fc3c8ed7b 100644 --- a/source/_integrations/webmin.markdown +++ b/source/_integrations/webmin.markdown @@ -34,3 +34,15 @@ Following sensors will be added: - Memory free - Swap total - Swap free +- Total space for all disks +- Free space for all disks +- Used space for all disks +- For each filesystem mountpoint: + - Used space + - Free space + - Total space + - Used inodes + - Free inodes + - Total inodes + - Disk usage in percent + - Inode usage in percent