summaryrefslogtreecommitdiffstats
path: root/docs/aoa/fs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/aoa/fs.rst')
-rw-r--r--docs/aoa/fs.rst23
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/aoa/fs.rst b/docs/aoa/fs.rst
index 38c56097..37dae695 100644
--- a/docs/aoa/fs.rst
+++ b/docs/aoa/fs.rst
@@ -8,18 +8,18 @@ File System
Glances displays the used and total file system disk space. The unit is
adapted dynamically.
-Alerts are set for used disk space.
+Alerts are set for `user disk space usage <https://psutil.readthedocs.io/en/latest/index.html?highlight=disk%20usage#psutil.disk_usage>`_.
Legend:
-=========== ============
-Disk usage Status
-=========== ============
-``<50%`` ``OK``
-``>50%`` ``CAREFUL``
-``>70%`` ``WARNING``
-``>90%`` ``CRITICAL``
-=========== ============
+===================== ============
+User disk space usage Status
+===================== ============
+``<50%`` ``OK``
+``>50%`` ``CAREFUL``
+``>70%`` ``WARNING``
+``>90%`` ``CRITICAL``
+===================== ============
.. note::
Limit values can be overwritten in the configuration file under
@@ -40,8 +40,9 @@ Also, you can hide mount points as well (in the following ``/boot``):
.. code-block:: ini
-[fs]
-hide=/boot.*
+ [fs]
+ hide=/boot.*
+
Filtering can also be done on device name (Glances 3.1.4 or higher):
.. code-block:: ini