scripts/couchdb_start_replication
author Eric Renfro <psi-jack@gmail.com>
Fri, 28 Jun 2013 13:27:07 -0400
changeset 23 5d95402f2a3a
parent 17 9505016b06d7
permissions -rwxr-xr-x
Adjusted zabbix key item to be parameterized instead of the whole key.

#!/bin/sh
curl -X POST http://localhost:5984/_replicate -d '{"source":"http://.../src/", "target":"dst", "continuous":true}'