diff --git a/server_status/api.py b/server_status/api.py index 6e6b4fa..1e989fd 100644 --- a/server_status/api.py +++ b/server_status/api.py @@ -242,6 +242,9 @@ class Client: continue self.hardware.disks[part.device] = { + "mountpoint": part.mountpoint, + "device": part.device, + "fstype": part.fstype, "total": usage.total, "used": usage.used, }