Download the PHP package munkireport/disk_report without Composer
On this page you can find all versions of the php package munkireport/disk_report. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package disk_report
Disk report module
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'
All versions of disk_report with dependencies
PHP Build Version
Package Version
No informations.
The package munkireport/disk_report contains the following files
Loading the files please wait ....