Skip to content

Commit c9480c3

Browse files
committed
Better comment in config file
1 parent 133c195 commit c9480c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

diskstat/conf.d/diskstat.pyconf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ modules {
55
name = 'diskstat'
66
language = 'python'
77

8+
# Specify devices you want to monitor or if empty it will
9+
# pick all devices
810
param devices {
9-
value = 'sda'
11+
value = ''
1012
}
1113

1214
#param device-mapper {

0 commit comments

Comments
 (0)