Jayanth Othayoth | 03409cf | 2017-10-15 06:05:19 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 123 10 | ||||
4 | # @brief: Collect disk usage information. | ||||
5 | # | ||||
6 | |||||
7 | . $DREPORT_INCLUDE/functions | ||||
8 | |||||
9 | desc="disk usage" | ||||
10 | file_name="disk-usage.log" | ||||
11 | command="df -hT" | ||||
12 | |||||
13 | add_cmd_output "$command" "$file_name" "$desc" |