Skip to content

Commit

Permalink
added support for AWS disk devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tleong000 authored Oct 29, 2018
1 parent 1232119 commit 6e31354
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 6e31354

Please sign in to comment.