Skip to content

Instantly share code, notes, and snippets.

@johannilsson
Created January 8, 2013 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johannilsson/4482074 to your computer and use it in GitHub Desktop.
Save johannilsson/4482074 to your computer and use it in GitHub Desktop.
for i in `find /opt/graphite/storage/whisper/servers -name *.wsp`; do whisper-resize.py $i 60:90d $i; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment