munkireport/usb 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

munkireport/usb

最新稳定版本:v3.4

Composer 安装命令:

composer require munkireport/usb

包简介

Module for munkireport.

README 文档

README

Provides the status of USB devices.

Data can be viewed under the USB Devices tab on the client details page or using the USB Devices list view

Thanks to MiqViq for starting work on this module and bochoven for rewriting the USB script in Python

Configuration

By default the USB module will collect information on all USB devices. Setting USB_INTERNAL to FALSE will skip all internal devices.

USB_INTERNAL=TRUE

Table Schema

  • name - varchar(255) - name of the USB device
  • type - varchar(255) - type of device, manually set via model
  • manufacturer - varchar(255) - reported maker of device
  • vendor_id - varchar(255) - device's vendor ID
  • device_speed - varchar(255) - USB bus speed
  • internal - int - 0/1 for internal USB device
  • media - int - 0/1 for removable media device
  • bus_power - int - available bus power
  • bus_power_used - int - bus power in use
  • extra_current_used - int - extra current being provided
  • usb_serial_number - varchar(255) - the serial number of the USB device
  • printer_id - TEXT - information about the connected USB printer

统计信息

  • 总下载量: 11.39k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-04