feat: Word the workload and update panels for Windows servers
This commit is contained in:
@@ -14,6 +14,7 @@ export interface Inventory {
|
||||
swap_used_bytes: number;
|
||||
partitions?: { device: string; mountpoint: string; fstype?: string; total_bytes: number; used_bytes: number }[];
|
||||
kernel?: string;
|
||||
reboot_required?: boolean;
|
||||
metrics_at?: string;
|
||||
static_at?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user