Skip to content

Commit

Permalink
Merge pull request #4 from tleong000/master
Browse files Browse the repository at this point in the history
Added support for AWS disk devices
  • Loading branch information
smatochkin authored Oct 29, 2018
2 parents 1232119 + 6e31354 commit 8b19083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/telegraf-system/templates/config/telegraf.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
ignore_fs = ["tmpfs", "devtmpfs", "none"]
[[inputs.diskio]]
# individual partitions can be reported using "sda1" syntax
devices = ["sda", "sdb", "sdc"]
devices = ["sda", "sdb", "sdc", "xvda", "xvdb", "xvdc"]
[[inputs.kernel]]
[[inputs.mem]]
[[inputs.processes]]
Expand Down

0 comments on commit 8b19083

Please sign in to comment.