diff --git a/bumblebee/modules/disk.py b/bumblebee/modules/disk.py index 3949956..73ca54c 100644 --- a/bumblebee/modules/disk.py +++ b/bumblebee/modules/disk.py @@ -1,6 +1,7 @@ # pylint: disable=C0111,R0903 """Shows free diskspace, total diskspace and the percentage of free disk space. +- Parameters: * disk.warning: Warning threshold in % of disk space (defaults to 80%) * disk.critical: Critical threshold in % of disk space (defaults ot 90%)