Merge pull request #290 from mxlian/master
disk module: corrected doc string
This commit is contained in:
commit
79c773184a
@ -6,7 +6,7 @@ from .core.util import round_dict
|
|||||||
|
|
||||||
class Disk(IntervalModule):
|
class Disk(IntervalModule):
|
||||||
"""
|
"""
|
||||||
Gets ``{used}``, ``{free}``, ``{available}`` and ``{total}`` amount of bytes on the given mounted filesystem.
|
Gets ``{used}``, ``{free}``, ``{avail}`` and ``{total}`` amount of bytes on the given mounted filesystem.
|
||||||
|
|
||||||
These values can also be expressed as percentages with the ``{percentage_used}``, ``{percentage_free}``
|
These values can also be expressed as percentages with the ``{percentage_used}``, ``{percentage_free}``
|
||||||
and ``{percentage_avail}`` formats.
|
and ``{percentage_avail}`` formats.
|
||||||
|
Loading…
Reference in New Issue
Block a user