Skip to content

Instantly share code, notes, and snippets.

@FredNandrin
Created July 12, 2018 12:35
Show Gist options
  • Save FredNandrin/6e623a0f38cb4f3899e7b41059f99bed to your computer and use it in GitHub Desktop.
Save FredNandrin/6e623a0f38cb4f3899e7b41059f99bed to your computer and use it in GitHub Desktop.
Limit dd-agent to main partition
instances:
# The use_mount parameter will instruct the check to collect disk
# and fs metrics using mount points instead of volumes
- use_mount: no
- excluded_filesystems:
- tmpfs
- none
- shm
- nsfs
- netns
use_mount: false
@FredNandrin
Copy link
Author

=> /etc/dd-agent/conf.d/disk.yaml.default

  • sudo service datadog-agent restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment