export class HostStatusModel { ip: string; hostname: string; times: number[]; }