[
https://issues.apache.org/jira/browse/AMBARI-24128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrii Babiichuk updated AMBARI-24128:
--------------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Merged to trunk
> 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)