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

[jira] [Updated] (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:all-tabpanel ]

Andrii Babiichuk updated AMBARI-24128:
--------------------------------------
    Description: 
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>:8443/api/v1/clusters/cl1/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.

  was:
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://172.27.22.152:8443/api/v1/clusters/cl1/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.


> 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
>             Fix For: 2.7.0
>
>
> 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>:8443/api/v1/clusters/cl1/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)