You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2013/11/08 12:29:27 UTC

[5/5] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b0ec40cf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b0ec40cf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b0ec40cf

Branch: refs/heads/master
Commit: b0ec40cf1e9f01ba56231d9908be8704a9c9a2be
Parents: fd02766 6772f9a
Author: rekathiru <rt...@gmail.com>
Authored: Fri Nov 8 16:59:01 2013 +0530
Committer: rekathiru <rt...@gmail.com>
Committed: Fri Nov 8 16:59:01 2013 +0530

----------------------------------------------------------------------
 .../modules/health-stats/pom.xml                | 145 +++++++++++++++++++
 .../health-stats/src/main/assembly/bin.xml      |  62 ++++++++
 .../src/main/bin/health-publisher.sh            |  30 ++++
 .../agent/health/publisher/HealthPublisher.java | 122 ++++++++++++++++
 .../health/publisher/HealthPublisherClient.java |  62 ++++++++
 .../cartridge/agent/health/publisher/Main.java  |  53 +++++++
 .../src/main/resources/jndi.properties          |  22 +++
 .../src/main/resources/log4j.properties         |  37 +++++
 .../src/main/security/client-truststore.jks     | Bin 0 -> 35240 bytes
 products/cartridge-agent/pom.xml                |   1 +
 10 files changed, 534 insertions(+)
----------------------------------------------------------------------