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

Yao Lei updated AMBARI-18292:
-----------------------------
    Description: 
By default, Ambari allow notification of all kinds of alert states 
(OK,WARNING,CRITICAL,UNKNOWN) to dispatch in script-based alert dispatcher.
However, sometimes we hope to filter some alert states notification
This patch will resolve this by setting 
'notification.dispatch.alert.script.states'  in ambari.properties  as following:

#Only dispatch WARNING and CRITICAL  alert notification 
notification.dispatch.alert.script.states=WARNING,CRITICAL 

If you don't set this property that means all notification will be dispatched


  was:
By default, Ambari allow all kinds of alert states 
(OK,WARNING,CRITICAL,UNKNOWN) notification to dispatch in script-based alert 
dispatcher.
However, sometimes we hope to filter some alert states notification
This patch will resolve this by setting 
'notification.dispatch.alert.script.states'  in ambari.properties  as following:

#Only dispatch WARNING and CRITICAL  alert notification 
notification.dispatch.alert.script.states=WARNING,CRITICAL 

If you don't set this property that means all notification will be dispatched



> Support dispatching notification of assigned alert states for script-based 
> alert dispatcher
> -------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-18292
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18292
>             Project: Ambari
>          Issue Type: Improvement
>          Components: alerts
>    Affects Versions: trunk
>            Reporter: Yao Lei
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-18292.patch
>
>
> By default, Ambari allow notification of all kinds of alert states 
> (OK,WARNING,CRITICAL,UNKNOWN) to dispatch in script-based alert dispatcher.
> However, sometimes we hope to filter some alert states notification
> This patch will resolve this by setting 
> 'notification.dispatch.alert.script.states'  in ambari.properties  as 
> following:
> #Only dispatch WARNING and CRITICAL  alert notification 
> notification.dispatch.alert.script.states=WARNING,CRITICAL 
> If you don't set this property that means all notification will be dispatched



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

Reply via email to