fix(node): restore Linux network inventory and expose read failures
This commit is contained in:
@@ -3,7 +3,8 @@ export interface Status {
|
||||
host: {
|
||||
collected_at: string; hostname: string; os: string; architecture: string; cpus: number;
|
||||
memory_kib: number | null; available_kib: number | null;
|
||||
networks: { name: string; up: boolean; addresses: string[] }[];
|
||||
networks: { name: string; up: boolean; addresses: string[]; addresses_readable: boolean }[];
|
||||
networks_readable: boolean;
|
||||
usb: { port: string; vendor: string; product_id: string; product: string; speed_mbps: string }[];
|
||||
usb_readable: boolean; warnings: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user