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

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

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

munkireport/disk_report

最新稳定版本:v5.1

Composer 安装命令:

composer require munkireport/disk_report

包简介

Module for munkireport.

README 文档

README

Provides information on all mounted HFS volumes by running diskutil list -plist and diskutil info -plist deviceID

The table provides the following information per client:

  • totalsize (int) Size in Bytes
  • freespace (int) Size in Bytes
  • percentage (int) percentage 0-100
  • smartstatus (string) Verified, Unsupported or Failing
  • volumetype (string) HFS+, APFS, BOOTCAMP
  • media_type (string) SSD, FUSION, RAID or HDD
  • busprotocol (string) PCI, SAS, SATA, USB
  • internal (bool)
  • mountpoint (string)
  • volumename (string)
  • encrypted (bool)

Remarks

  • Sizes are rounded to .5 GB steps to prevent uploading the diskreport every time the size changes with a minimal amount.
  • USB FLASH drives are reported as HDD - this should be fixed

Configuration

Disk Report Widget Thresholds

Thresholds for disk report widget. This array holds two values:

  • free gigabytes below which the level is set to 'danger'
  • free gigabytes below which the level is set as 'warning'

If there are more free bytes, the level is set to 'success'

DISK_REPORT_THRESHOLD_DANGER=5
DISK_REPORT_THRESHOLD_WARNING=10

统计信息

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

GitHub 信息

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

其他信息

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