Ignore devfs on OSX (#2232)

This commit is contained in:
Viet Hung Nguyen 2017-01-13 21:19:57 +07:00 committed by Cameron Sparr
parent ab8b7a55e1
commit c4a708751a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var diskSampleConfig = `
## Ignore some mountpoints by filesystem type. For example (dev)tmpfs (usually
## present on /run, /var/run, /dev/shm or /dev).
ignore_fs = ["tmpfs", "devtmpfs"]
ignore_fs = ["tmpfs", "devtmpfs", "devfs"]
`
func (_ *DiskStats) SampleConfig() string {