[
https://issues.apache.org/jira/browse/AMBARI-8576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14237289#comment-14237289
]
Hudson commented on AMBARI-8576:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #1122 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/1122/])
AMBARI-8576. Alerts UI: ambari service should be included for alert definitions
(srimanth) (sgunturi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0dbbf5cb68ad14c1eeae819cd24668663b4451df)
* ambari-web/app/models/alert_instance.js
* ambari-web/app/mappers/alert_definitions_mapper.js
* ambari-web/test/models/alert_definition_test.js
* ambari-web/test/views/main/alert_definitions_view_test.js
* ambari-web/test/models/alert_instance_test.js
* ambari-web/app/templates/main/alerts/definition_details.hbs
* ambari-web/app/views/main/host/host_alerts_view.js
* ambari-web/app/views/main/alert_definitions_view.js
* ambari-web/app/models/alert_definition.js
* ambari-web/app/templates/main/host/host_alerts.hbs
* ambari-web/app/assets/test/tests.js
* ambari-web/app/templates/main/alerts.hbs
* ambari-web/app/mappers/alert_instances_mapper.js
> Alerts UI: ambari service should be included for alert definitions
> ------------------------------------------------------------------
>
> Key: AMBARI-8576
> URL: https://issues.apache.org/jira/browse/AMBARI-8576
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Fix For: 2.0.0
>
> Attachments: AMBARI-8576.patch, AMBARI-8576.patch.2
>
>
> The ambari agent disk usage alert is associated with AMBARI service but the
> UI does not show that. And the service filter does not include ambari.
> 1) should display this alert is related to ambari service
> 2) filter should include ambari
> {code}
> "href" :
> "http://c6401.ambari.apache.org:8080/api/v1/clusters/MyCluster/alert_definitions/37",
> "AlertDefinition" : {
> "cluster_name" : "MyCluster",
> "component_name" : "AMBARI_AGENT",
> "description" : null,
> "enabled" : true,
> "id" : 37,
> "ignore_host" : false,
> "interval" : 1,
> "label" : "Ambari Agent Disk Usage",
> "name" : "ambari_agent_disk_usage",
> "scope" : "HOST",
> "service_name" : "AMBARI",
> "source" : {
> "path" : "alert_disk_space.py",
> "type" : "SCRIPT"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)