-
Notifications
You must be signed in to change notification settings - Fork 813
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
Track disk stats (size and inodes) #3
Comments
Duplicate of #4 |
Monitoring inodes is useless if you do not track the percent free of them. Their number is irrelevant because you can have a one gigabyte ram disk or a huge 10 TB disk and they have a very different number of inodes. Still, percent free is something that we can use to show a meaningful graph and trigger an alert. |
@ssbarnea I don't know what version of the agent you're using or what OS you're on but usually the system
If these metrics are broken for you, please open a new ticket with some troubleshooting info. Thanks. |
Sorry, my confusion, just added the alert for it. |
Tasks
datadog.conf
to pick up mount points instead of linux devices as Datadog "devices".system.fs.inode_in_use/inode_total/inode_free
metrics usingdf -i
New options
use_mount
in datadog.confThe text was updated successfully, but these errors were encountered: