cosmostat has working drive health dashboard
This commit is contained in:
13
files/docker/apis/StorageSummary/app.py
Normal file
13
files/docker/apis/StorageSummary/app.py
Normal file
@ -0,0 +1,13 @@
|
||||
# main function for storage API
|
||||
|
||||
# import class libraries
|
||||
from Routes import *
|
||||
|
||||
#######################################################################
|
||||
#######################################################################
|
||||
### Main Subroutine
|
||||
#######################################################################
|
||||
#######################################################################
|
||||
|
||||
if __name__ == '__main__':
|
||||
run_main()
|
||||
Reference in New Issue
Block a user