Repository: stratos Updated Branches: refs/heads/master 7e810ec11 -> 3bfdd1e39
Updating nginx extension README.md file Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/3bfdd1e3 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/3bfdd1e3 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/3bfdd1e3 Branch: refs/heads/master Commit: 3bfdd1e390a4f81686315d3badb72a59a00e5b71 Parents: 7e810ec Author: Imesh Gunaratne <[email protected]> Authored: Sun May 10 15:36:05 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sun May 10 15:36:05 2015 +0530 ---------------------------------------------------------------------- extensions/load-balancer/nginx-extension/README.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/3bfdd1e3/extensions/load-balancer/nginx-extension/README.md ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/nginx-extension/README.md b/extensions/load-balancer/nginx-extension/README.md index 4f005db..3c606da 100644 --- a/extensions/load-balancer/nginx-extension/README.md +++ b/extensions/load-balancer/nginx-extension/README.md @@ -9,3 +9,8 @@ tenant application signups and domain mapping information received from Stratos 2. Configure and start an instance of Nginx. 3. Listen to topology, application, application signup, domain mapping events. 4. Reload Nginx instance with the new topology configuration. + +## Statistics publishing +Live statistics monitoring module is not available in Nginx basic version, need to recompile Nginx from source +with HttpStubStatusModule for enabling it. Therefore statistics publishing to CEP is not currently available in this +extension.
