Skip to content

Commit

Permalink
Docs: Add example to the disk-space
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 16, 2020
1 parent d6d0093 commit 10c2dea
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion infracheck/checks/disk-space
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,25 @@ disk-space
Monitors disk space.
Parameters:
**Parameters:**
- min_req_space (in gigabytes)
- dir (path)
**Example JSON:**
.. code:: json
{
"type": "disk-space",
"input": {
"dir": "/",
"min_req_space": "6"
}
}
</sphinx>
"""
import os
Expand Down

0 comments on commit 10c2dea

Please sign in to comment.