Skip to content
Snippets Groups Projects
Commit b89c45b8 authored by Viet Hung Nguyen's avatar Viet Hung Nguyen Committed by Cameron Sparr
Browse files

Ignore devfs on OSX (#2232)

parent b60b360f
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ var diskSampleConfig = ` ...@@ -29,7 +29,7 @@ var diskSampleConfig = `
## Ignore some mountpoints by filesystem type. For example (dev)tmpfs (usually ## Ignore some mountpoints by filesystem type. For example (dev)tmpfs (usually
## present on /run, /var/run, /dev/shm or /dev). ## present on /run, /var/run, /dev/shm or /dev).
ignore_fs = ["tmpfs", "devtmpfs"] ignore_fs = ["tmpfs", "devtmpfs", "devfs"]
` `
func (_ *DiskStats) SampleConfig() string { func (_ *DiskStats) SampleConfig() string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment