Updating monitoring dashboard json file to fix issue in RIF gadget
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/5d658fa5 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/5d658fa5 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/5d658fa5 Branch: refs/heads/stratos-4.1.x Commit: 5d658fa5080a7d2a9d3d3781ba08ad5db8bd1027 Parents: 3fe8c45 Author: Thanuja <[email protected]> Authored: Thu Jan 28 10:12:27 2016 +0530 Committer: Thanuja <[email protected]> Committed: Thu Jan 28 10:12:27 2016 +0530 ---------------------------------------------------------------------- .../Dashboard/monitoring-dashboard.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/5d658fa5/extensions/das/modules/artifacts/monitoring-dashboard/capps/stratos-monitoring-service/Dashboard/monitoring-dashboard.json ---------------------------------------------------------------------- diff --git a/extensions/das/modules/artifacts/monitoring-dashboard/capps/stratos-monitoring-service/Dashboard/monitoring-dashboard.json b/extensions/das/modules/artifacts/monitoring-dashboard/capps/stratos-monitoring-service/Dashboard/monitoring-dashboard.json index b6675cb..9016faa 100644 --- a/extensions/das/modules/artifacts/monitoring-dashboard/capps/stratos-monitoring-service/Dashboard/monitoring-dashboard.json +++ b/extensions/das/modules/artifacts/monitoring-dashboard/capps/stratos-monitoring-service/Dashboard/monitoring-dashboard.json @@ -152,7 +152,12 @@ "health-stats-filter": { "type": "address", "description": "Used to filter based on state", - "on": [] + "on": [ + { + "from": "8nfqbaxvjc8cwhfr", + "event": "health-stats-filter" + } + ] }, "auto-update": { "type": "boolean",
