cosmostat has working drive health dashboard

This commit is contained in:
2026-04-19 14:23:32 -07:00
parent c6007d9c33
commit 46d9f86d55
48 changed files with 4295 additions and 257 deletions

4
files/api/DriveServer.py Normal file
View File

@ -0,0 +1,4 @@
# This is the class definition for the remote Storage Systems
# There will be a StorageLinux and StorageWindows Class, as well as the LocalServer Class
# The LocalServer class will mostly be a List of Storage server objects and Class functions for interacting with them
# The actual Storage server Classes will mostly just be collections of variables