Migrating Graphite's Dashboards
I just made a small script to migrate dashboards between two graphite servers.
Couldn't find a similar one anywhere, so I thought I'd upload it.
Note it's using http for its HTTP calls. It looks real nice.
old_server='http://old.server.com:1234'
new_server='http://better.server.com:123'
creds …