mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix docs
This commit is contained in:
parent
792b422dc2
commit
da135b1b59
@ -211,7 +211,7 @@ def loadavg():
|
||||
|
||||
salt '*' status.loadavg
|
||||
|
||||
:raises NotImpelemnted: If the system cannot report loadaverages to Python
|
||||
:raises CommandExecutionError: If the system cannot report loadaverages to Python
|
||||
'''
|
||||
try:
|
||||
load_avg = os.getloadavg()
|
||||
|
Loading…
Reference in New Issue
Block a user