summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/diskusage
blob: 54fb6b98132cfffb77633fab8cacc3ac96ab9421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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"
OpenPOWER on IntegriCloud