Merge pull request #125 from fredj/memory_doc_typo
[module/memory] Fix parameter prefix in doc
This commit is contained in:
commit
3cc9901400
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
||||||
"""Displays available RAM, total amount of RAM and percentage available.
|
"""Displays available RAM, total amount of RAM and percentage available.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
* ram.warning : Warning threshold in % of memory used (defaults to 80%)
|
* memory.warning : Warning threshold in % of memory used (defaults to 80%)
|
||||||
* ram.critical: Critical threshold in % of memory used (defaults to 90%)
|
* memory.critical: Critical threshold in % of memory used (defaults to 90%)
|
||||||
* ram.usedonly: Only show the amount of RAM in use.
|
* memory.usedonly: Only show the amount of RAM in use.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue