We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133c195 commit c9480c3Copy full SHA for c9480c3
1 file changed
diskstat/conf.d/diskstat.pyconf
@@ -5,8 +5,10 @@ modules {
5
name = 'diskstat'
6
language = 'python'
7
8
+ # Specify devices you want to monitor or if empty it will
9
+ # pick all devices
10
param devices {
- value = 'sda'
11
+ value = ''
12
}
13
14
#param device-mapper {
0 commit comments