文件名称:read-device:从现实世界的设备收集指标
文件大小:40KB
文件格式:ZIP
更新时间:2024-06-22 23:18:47
Python
用法 device命令 读取定义的设备状态: device enumerate -n '$DEVICE_NAME' 可以通过名称以外的参数、多个参数或匹配多个设备的方式进行枚举。 即时读取/未在配置中定义的设备(可能需要其他选项,具体取决于配置文件): device enumerate -p $PROFILE_NAME -a $DEVICE_ADDRESS 列出配置中定义的所有设备 device list 以不同的输出格式枚举设备 device enumerate -n '$DEVICE_NAME' -f cacti 可用的格式化程序有: pretty (默认)、 cacti和json 。 用户定义的格式化程序可以放在/etc/read_device/formatters 列出我们知道的所有设备配置文件 device profiles 用户定义的配置文件可以放在/etc/
【文件预览】:
read-device-master
----.gitignore(161B)
----COPYING(34KB)
----README.md(6KB)
----Doxyfile(261B)
----read_device()
--------formatters()
--------config.py(4KB)
--------decoders.py(680B)
--------resources.py(3KB)
--------parser.py(1KB)
--------__init__.py(0B)
--------finder.py(1KB)
--------decorators.py(3KB)
--------helpers.py(2KB)
--------factories.py(5KB)
--------database.py(765B)
--------commands()
--------concurrency.py(1KB)
--------profiles()
----device.man(742B)
----requirements.txt(52B)
----MANIFEST.in(45B)
----setup.py(1KB)
----doc()
--------architecture.md(4KB)