{% for host in resp.servers %} {% endfor %}
# Id 节点名 位置 在线时间 IP 系统信息 IP信息
{{ loop.index }} {{ host.name |e }} {{ host.alias |e }} {{ host.location |e }} {{ host.uptime |e }} {{ ip_info_list[loop.index0].query |e }}
version:        {{ sys_info_list[loop.index0].kernel_version |e }}
host_name:      {{ sys_info_list[loop.index0].host_name |e }}
os_name:        {{ sys_info_list[loop.index0].os_name |e }}
os_arch:        {{ sys_info_list[loop.index0].os_arch |e }}
os_family:      {{ sys_info_list[loop.index0].os_family |e }}
os_release:     {{ sys_info_list[loop.index0].os_release |e }}
kernel_version: {{ sys_info_list[loop.index0].kernel_version |e }}
cpu_num:        {{ sys_info_list[loop.index0].cpu_num |e }}
cpu_brand:      {{ sys_info_list[loop.index0].cpu_brand |e }}
cpu_vender_id:  {{ sys_info_list[loop.index0].cpu_vender_id |e }}
  • {{ ip_info_list[loop.index0].continent |e }}
  • {{ ip_info_list[loop.index0].country |e }}
  • {{ ip_info_list[loop.index0].regionName |e }}
  • {{ ip_info_list[loop.index0].city |e }}
  • {{ ip_info_list[loop.index0].isp |e }}
  • {{ ip_info_list[loop.index0].org |e }}
  • {{ ip_info_list[loop.index0].as |e }}
  • {{ ip_info_list[loop.index0].asname |e }}
  • {{ ip_info_list[loop.index0].query |e }}