{{extend "base.html"}} {{block content}}
宿主机IP {{=parasitifer_ip}}
CPU信息 {{=cpu}}核
内存信息 {{=mem}}
硬盘信息 {{=disk}}
操作系统 {{=os_name}}
主机名 {{=system_hostname}}
系统分区
状态信息 {{=hardwarestatus}}
应用主题 {{=department_name}}  {{=opersgroup_name}}  {{=opersgroupproject_name}}  {{=applicationtype_name}}
网卡接入配置 {{for i in eth_ip:}} {{pass}}
类型设备名物理接口ip地址映射IP
{{if i.ethernet_type == 0:}}虚拟{{else:}}物理{{pass}} {{=i.ethernet_dev_name}} {{if i.ethernet_physical_interface != 0:}}{{=i.ethernet_physical_interface}}{{pass}} {{=i.ethernet_ip}} {{=i.ethernet_mip}}
备注 {{=comment}}
{{end}}