Skip to content

Commit 8163499

Browse files
committed
Merge pull request #171 from skinp/fix-diskstat-default
Fix default behavior for diskstat config
2 parents f75604c + d48ba8f commit 8163499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

diskstat/conf.d/diskstat.pyconf

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ modules {
77

88
# Specify devices you want to monitor or if empty it will
99
# pick all devices
10-
param devices {
11-
value = ''
12-
}
10+
#param devices {
11+
# value = ''
12+
#}
1313

1414
#param device-mapper {
1515
# value = 'true'

0 commit comments

Comments
 (0)