mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docs
This commit is contained in:
parent
792b422dc2
commit
da135b1b59
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue