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 more non-real filesystems #537

Closed
miketheman opened this issue Jun 12, 2013 · 3 comments
Closed

Ignore more non-real filesystems #537

miketheman opened this issue Jun 12, 2013 · 3 comments
Assignees
Labels

Comments

@miketheman
Copy link
Contributor

Similar to "none" on https://github.com/DataDog/dd-agent/blob/master/checks/system/unix.py#L61-L63
add "devfs" and "procfs".

These are not devices and will report like so (sanitized data):

# df -k
Filesystem                                 1024-blocks       Used      Avail Capacity  Mounted on
devfs                                                1          1          0   100%    /dev
/dev/sometemp                                  1012974         26     931912     0%    /tmp
procfs                                               4          4          0   100%    /proc

These devices reporting 100% use and 0 things free (bytes, inodes, etc) will prevent setting useful alerts on the other filesystem-related stats.

@alq666
Copy link
Member

alq666 commented Dec 23, 2013

Subsumed by #568

@alq666 alq666 closed this as completed Dec 23, 2013
@notjoe
Copy link

notjoe commented Jan 30, 2015

Not sure why this is closed as it is a legitimate request.

@domenkozar
Copy link

Yes, these should be excluded by default (macOS).

@clutchski clutchski assigned olivielpeau and unassigned clutchski Sep 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants