Updated Branches: refs/heads/master 65d60c7ec -> 7ef6ca29e
parameterizing enabling data publisher in the cartridge agent stratup script Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/7ef6ca29 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/7ef6ca29 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/7ef6ca29 Branch: refs/heads/master Commit: 7ef6ca29e470c378d2cb83c8b3952dbd78a677a0 Parents: 65d60c7 Author: Isuru <[email protected]> Authored: Thu Feb 13 13:06:50 2014 +0530 Committer: Isuru <[email protected]> Committed: Thu Feb 13 13:06:50 2014 +0530 ---------------------------------------------------------------------- .../cartridge-agent/modules/distribution/src/main/bin/stratos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7ef6ca29/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh b/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh index cab1b63..71c23c7 100644 --- a/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh +++ b/products/cartridge-agent/modules/distribution/src/main/bin/stratos.sh @@ -38,7 +38,7 @@ properties="-Dmb.ip=MB-IP -Djavax.net.ssl.trustStorePassword=TRUSTSTORE-PASSWORD -Denable.artifact.update=true -Dartifact.update.interval=10 - -Denable.data.publisher=false + -Denable.data.publisher=ENABLE-DATA-PUBLISHER -Dmonitoring.server.ip=MONITORING-SERVER-IP -Dmonitoring.server.port=MONITORING-SERVER-PORT -Dmonitoring.server.secure.port=MONITORING-SERVER-SECURE-PORT
