blob: 54fb6b98132cfffb77633fab8cacc3ac96ab9421 [file] [log] [blame]
#!/bin/bash
#
# config: 123 10
# @brief: Collect disk usage information.
#
. $DREPORT_INCLUDE/functions
desc="disk usage"
file_name="disk-usage.log"
command="df -hT"
add_cmd_output "$command" "$file_name" "$desc"