Repository: stratos Updated Branches: refs/heads/master c06642708 -> bcfdfa3b1
update cep statistic publisher default as true Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0233d9b8 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0233d9b8 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0233d9b8 Branch: refs/heads/master Commit: 0233d9b814276d5e2178ba81925328aee9e3a705 Parents: f609666 Author: gayangunarathne <[email protected]> Authored: Wed Sep 9 14:26:21 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Wed Sep 9 14:26:21 2015 +0530 ---------------------------------------------------------------------- .../src/main/python/cartridge.agent/cartridge.agent/publisher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0233d9b8/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/publisher.py ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/publisher.py b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/publisher.py index d4365e8..00b5fba 100644 --- a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/publisher.py +++ b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/publisher.py @@ -104,7 +104,7 @@ def publish_instance_activated_event(health_stat_plugin): log.info("Instance activated event published") log.info("Starting health statistics notifier") - health_stat_publishing_enabled = Config.read_property(constants.CEP_PUBLISHER_ENABLED, False) + health_stat_publishing_enabled = Config.read_property(constants.CEP_PUBLISHER_ENABLED, True) if health_stat_publishing_enabled: interval_default = 15 # seconds
