You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/06/16 17:11:00 UTC

[jira] [Commented] (AMBARI-24128) Add notification to the Alert Groups not working

    [ https://issues.apache.org/jira/browse/AMBARI-24128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16514850#comment-16514850 ] 

Hudson commented on AMBARI-24128:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #9471 (See [https://builds.apache.org/job/Ambari-trunk-Commit/9471/])
AMBARI-24128 Add notification to the Alert Groups not working. (ababiichuk: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=5cd6b30b53f43fc9f24e96c85ae2e1367864c949])
* (edit) ambari-web/app/mappers/socket/alert_groups_mapper_adapter.js
* (edit) ambari-web/app/templates/main/alerts/manage_alert_groups_popup.hbs
* (edit) ambari-web/app/views/common/editable_list.js


> Add notification to the Alert Groups not working
> ------------------------------------------------
>
>                 Key: AMBARI-24128
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24128
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 2.7.0
>            Reporter: Andrii Babiichuk
>            Assignee: Andrii Babiichuk
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Add notification to the Alert Groups not working.
> STR:
> 1. Navigate to alerts page
> 2. Open Manage Alert Groups
> 3. Select an Alert Group
> 4. Add Notification by clicking Add and selecting a 'pre created' Alert Notification
> 5. Click Save and close the popup, the alert group should be saved with selected notification type, but only an empty String is being saved.
> E.g API being invoked:
> {code:java}
> PUT https://<host>:<port>/api/v1/clusters/<cluster>/alert_groups/4
> {"AlertGroup":{"name":"AMBARI_INFRA_SOLR","definitions":[14],"targets":[4]}}: 
> {code}
> Notes:
> 1. Observed that the auto fill for the notification is case sensitive, which is not ideal.
> 2. Also observed trying to add another notification after performing the steps in STR, a 500 server error is thrown.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)