mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add monitor list to disk state
This commit is contained in:
parent
59c7aa0b4f
commit
c83dd01ebe
@ -4,6 +4,11 @@ Disk monitoring state
|
||||
Monitor the state of disk resources
|
||||
'''
|
||||
|
||||
__monitor__ = [
|
||||
'status',
|
||||
]
|
||||
|
||||
|
||||
def status(name, max=None, min=None):
|
||||
'''
|
||||
Return the current disk usage stats for the named device
|
||||
|
Loading…
Reference in New Issue
Block a user