We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Subsumed by #568
Sorry, something went wrong.
Not sure why this is closed as it is a legitimate request.
Yes, these should be excluded by default (macOS).
olivielpeau
No branches or pull requests
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):
These devices reporting 100% use and 0 things free (bytes, inodes, etc) will prevent setting useful alerts on the other filesystem-related stats.
The text was updated successfully, but these errors were encountered: