You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2016/05/05 18:38:12 UTC

[jira] [Updated] (AMBARI-16277) Alert Targets Should Be Allowed To Be Disabled Without Deleting Them

     [ https://issues.apache.org/jira/browse/AMBARI-16277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hurley updated AMBARI-16277:
-------------------------------------
    Attachment: AMBARI-16277.patch

> Alert Targets Should Be Allowed To Be Disabled Without Deleting Them
> --------------------------------------------------------------------
>
>                 Key: AMBARI-16277
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16277
>             Project: Ambari
>          Issue Type: Task
>    Affects Versions: 2.4.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>             Fix For: 2.4.0
>
>         Attachments: AMBARI-16277.patch
>
>
> Alert targets cannot currently be disabled. In order to temporarily stop alerts, the following actions are required:
> - Deleting the alert target
> - Removing all states from an alert target
> - Changing the properties of an alert target to make it invalid
> - Placing the entire cluster into Maintenance Mode
> In each case, the state of the system is being changed to achieve a side-effect. 
> Alert targets should support being disabled as a first class action.
> {code}
> PUT api/v1/alert_targets/1
> {
>   "AlertTarget": {
>     "enabled": false
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)