#!/bin/bash # # config: 123 10 # @brief: Collect disk usage information. # # shellcheck source=tools/dreport.d/include.d/functions . "$DREPORT_INCLUDE"/functions desc="disk usage" file_name="disk-usage.log" command="df -hT" add_cmd_output "$command" "$file_name" "$desc"