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

Track disk stats (size and inodes) #3

Closed
alq666 opened this issue Feb 2, 2012 · 4 comments
Closed

Track disk stats (size and inodes) #3

alq666 opened this issue Feb 2, 2012 · 4 comments
Assignees

Comments

@alq666
Copy link
Member

alq666 commented Feb 2, 2012

Tasks

  • Add an option called: report_mount in datadog.conf to pick up mount points instead of linux devices as Datadog "devices".
  • Capture system.fs.inode_in_use/inode_total/inode_free metrics using df -i

New options

use_mount in datadog.conf

@ghost ghost assigned alq666 Feb 2, 2012
@alq666 alq666 closed this as completed Feb 2, 2012
@alq666
Copy link
Member Author

alq666 commented Feb 2, 2012

Duplicate of #4

@ssbarnea
Copy link

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.

@LeoCavaille
Copy link
Member

@ssbarnea I don't know what version of the agent you're using or what OS you're on but usually the system Disk class reports 4 metrics:

  • system.fs.inodes.used : number of inodes used
  • system.fs.inodes.free : number of inodes free
  • system.fs.inodes.total : total of used + free
  • system.fs.inodes.in_use : percentage of inodes used

If these metrics are broken for you, please open a new ticket with some troubleshooting info. Thanks.

@ssbarnea
Copy link

Sorry, my confusion, just added the alert for it.

remh pushed a commit that referenced this issue Feb 25, 2015
Merge upstream changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants