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/e953efc0 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/e953efc0 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/e953efc0 Branch: refs/heads/master Commit: e953efc02a4849fa43a3ac475bfabd2745a79aa7 Parents: 18c0931 Author: Thanuja <[email protected]> Authored: Thu Jan 28 10:12:27 2016 +0530 Committer: Chamila de Alwis <[email protected]> Committed: Sat Jan 30 23:58:35 2016 +0530 ---------------------------------------------------------------------- .../Dashboard/monitoring-dashboard.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/e953efc0/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",
