Filter mount points before stats are collected

fixes #440
This commit is contained in:
Cameron Sparr
2016-01-20 10:42:55 -07:00
parent d3925fe578
commit fc1aa7d3b4
5 changed files with 61 additions and 38 deletions

View File

@@ -90,7 +90,7 @@
[[inputs.disk]]
# By default, telegraf gather stats for all mountpoints.
# Setting mountpoints will restrict the stats to the specified mountpoints.
# Mountpoints=["/"]
# mount_points=["/"]
# Read metrics about disk IO by device
[[inputs.diskio]]