scripts/couchdb_start_replication
author Tomas Zeman <tzeman@volny.cz>
Fri, 30 Aug 2013 13:20:57 +0200
changeset 30 79eef9a447de
parent 17 9505016b06d7
permissions -rwxr-xr-x
externalscripts/certificate_expiration-bsd: Certificate expiration check (BSD date(1) variant) as external check (via TCP)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
5183f2628cd2 couchdb replication monitoring
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
#!/bin/sh
17
9505016b06d7 couchdb_start_replication: fixed url
Tomas Zeman <tzeman@volny.cz>
parents: 10
diff changeset
     2
curl -X POST http://localhost:5984/_replicate -d '{"source":"http://.../src/", "target":"dst", "continuous":true}'