Merge pull request #125 from fredj/memory_doc_typo

[module/memory] Fix parameter prefix in doc
This commit is contained in:
tobi-wan-kenobi 2017-07-07 16:20:53 +02:00 committed by GitHub
commit 3cc9901400

View file

@ -3,9 +3,9 @@
"""Displays available RAM, total amount of RAM and percentage available.
Parameters:
* ram.warning : Warning threshold in % of memory used (defaults to 80%)
* ram.critical: Critical threshold in % of memory used (defaults to 90%)
* ram.usedonly: Only show the amount of RAM in use.
* memory.warning : Warning threshold in % of memory used (defaults to 80%)
* memory.critical: Critical threshold in % of memory used (defaults to 90%)
* memory.usedonly: Only show the amount of RAM in use.
"""
try: