Git Product home page Git Product logo

Comments (2)

huanghao avatar huanghao commented on July 23, 2024

former email content from hx:

Host表中增加的字段:
model # 设备类型/交换机,服务器,防火墙。交换机/防火墙的数据可能需要手填,或者通过snmp进行采集。
description # 设备描述
manufacturer # 厂商, 例如DELL Inc. 数据来源: dmidecode --type system | grep Manufacturer
product # 设备型号, 例如PowerEdge R710 数据来源: dmidecode --type system | grep "Product Name"
serial # 设备序列号, 数据来源: dmidecode --type system | grep "Serial Number:",
uuid # FIXME: 不确认是否可以用于设备的唯一ID,如果设备维修更换主板可能此数据会变化, 数据来源: dmideocde --type system | grep UUID
cpu # FIXME: CPU型号, 数据来源 dmidecode -t processor | grep Version, 通常一个服务器拥有的CPU型号是相同的,
memory # FIXME: 内存总数, 数据来源 dmidecode -t memory | grep Size 之和
disk # FIXME: 磁盘数量,大小, 数据格式?
assetno # 资产号
idc # 所在IDC FIXME: 如何实现选择完IDC,cabinet生成IDC表中对应的下拉菜单?
cabinet # 机柜号
position # 服务器所在的机柜上的位置比如, 23U

IDC表:
Name # IDC 名称
Cabinets # 在IDC中所租用的机柜号,一定会有多个机柜。

from catapult.

huanghao avatar huanghao commented on July 23, 2024

新增一个task: hostinfo
能够获取dmi, ip, hostname等信息,并自动更新数据库中的host,ip两个表

from catapult.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.