You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Yao Lei (JIRA)" <ji...@apache.org> on 2017/03/08 04:44:38 UTC

[jira] [Reopened] (AMBARI-18423) Support creating/editing alert dispatch targets for script-based alert dispatchers by web wizard instead of command line

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

Yao Lei reopened AMBARI-18423:
------------------------------

> Support creating/editing alert dispatch targets for script-based alert dispatchers by web wizard instead of command line
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-18423
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18423
>             Project: Ambari
>          Issue Type: Improvement
>          Components: alerts, ambari-web
>    Affects Versions: trunk
>            Reporter: Yao Lei
>         Attachments: AMBARI-18423_1.patch, AMBARI-18423.patch, create_alert_notification.png, disabled_alert_scirpt_notification.png, edit_alert_notification.png, enabled_alert_scirpt_notification.png
>
>
> Ambari now support creating/editing three kinds of alert dispatch targets  by web wizard,  including EMAIL,SNMP,Custom SNMP.
> If we want to create another kind of alert dispatch target (ALERT_SCRIPT) for  script-based alert dispatcher,we have to use command line to execute following codes:
> //Please see https://cwiki.apache.org/confluence/display/AMBARI/Creating+a+Script-based+Alert+Dispatcher+-+2.4.0
> {code}
> POST api/v1/alert_targets
>     
>     {
>       "AlertTarget": {
>         "name": "syslogger",
>         "description": "Syslog Target",
>         "notification_type": "ALERT_SCRIPT",
>         "global": true
>       }
>     }
> {code}
> or 
> {code}
> POST api/v1/alert_targets
>     {
>       "AlertTarget": {
>         "name": "syslogger",
>         "description": "Syslog Target",
>         "notification_type": "ALERT_SCRIPT",
>         "global": true,
>         "properties": {
>           "ambari.dispatch-property.script": "com.mycompany.dispatch.syslog.script"
>         }
>       }
>     }
> {code}
> We should do this work by web wizard  rather than  command line, which will lead to more convenience



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)