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 b60b360f13
commit b89c45b858
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 {