Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore boring filesystems from disk plugin #736

Closed
wants to merge 1 commit into from

Commits on Feb 22, 2016

  1. Ignore boring filesystems from disk plugin

    Modern Linux has a lots of boring filesystem (tmpfs on /dev, devpts on
    /dev/pts, lots of cgroup on /sys/fs/cgroup/*, ...).
    
    * Ignore filesystem with 0 bytes (this cover cgroup, devpts and other).
    * Add IgnoreFS to ignore additional FS by their type. Add tmpfs and
      devtmpfs as default ignored type.
    PierreF committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    86093ae View commit details
    Browse the repository at this point in the history