mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-09-13 13:13:01 +02:00
Add: StorageInfo serializer, url test change output from API storage-info
This commit is contained in:
@@ -35,4 +35,4 @@ def get_mount_fs_info(path):
|
||||
mount_info['used_percent'] = round(
|
||||
mount_info['used'] / mount_info['total'] * 100
|
||||
)
|
||||
return {'storage': mount_info}
|
||||
return mount_info
|
||||
|
Reference in New Issue
Block a user