Skip to content

Commit

Permalink
Merge pull request #10 from Comcast/limit-fs
Browse files Browse the repository at this point in the history
Limit file systems to report
  • Loading branch information
smatochkin committed Apr 23, 2019
2 parents ee6b9a2 + 7116ffd commit 0ce64b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/telegraf-system/templates/config/telegraf.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
percpu = false
totalcpu = true
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs", "none", "overlay"]
# Limit to BOSH specific mount points
mount_points = ["/", "/var/vcap/data", "/var/vcap/store"]
[[inputs.diskio]]
# individual partitions can be reported using "sda1" syntax
devices = ["sda", "sdb", "sdc", "xvda", "xvdb", "xvdc"]
Expand Down

0 comments on commit 0ce64b7

Please sign in to comment.