Skip to content

Instantly share code, notes, and snippets.

@jfacorro
Created October 3, 2017 10:55
Show Gist options
  • Save jfacorro/7519d5013545930b98b04abbecd04526 to your computer and use it in GitHub Desktop.
Save jfacorro/7519d5013545930b98b04abbecd04526 to your computer and use it in GitHub Desktop.
Change retention for graphite
find ./ -type f -name '*.wsp' -exec whisper-resize.py --nobackup {} 10s:6h 10min:180d 12h:2y \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment