You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/04/20 19:41:04 UTC

[jira] [Commented] (AMBARI-10590) Expose A Way To Register Custom Alert Dispatchers

    [ https://issues.apache.org/jira/browse/AMBARI-10590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14503275#comment-14503275 ] 

Hudson commented on AMBARI-10590:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #2373 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2373/])
AMBARI-10590 - Expose A Way To Register Custom Alert Dispatchers (jonathanhurley) (jhurley: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0b5c79064bf7d23a6fa15b4edabbde3bb629902e)
* ambari-server/src/main/java/org/apache/ambari/server/notifications/TargetConfigurationResult.java
* ambari-server/src/test/java/org/apache/ambari/server/serveraction/ServerActionExecutorTest.java
* ambari-server/src/main/java/org/apache/ambari/server/notifications/dispatchers/SNMPDispatcher.java
* ambari-server/src/main/java/org/apache/ambari/server/notifications/dispatchers/EmailDispatcher.java
* ambari-server/src/test/java/org/apache/ambari/server/notifications/MockDispatcher.java
* ambari-server/src/test/java/org/apache/ambari/server/notifications/dispatchers/SNMPDispatcherTest.java
* ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog210.java
* ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AlertTargetResourceProvider.java
* ambari-server/src/test/java/org/apache/ambari/server/notifications/DispatchFactoryTest.java
* ambari-server/src/main/java/org/apache/ambari/server/state/services/AlertNoticeDispatchService.java
* ambari-server/src/main/java/org/apache/ambari/server/controller/ControllerModule.java
* ambari-server/src/main/java/org/apache/ambari/server/notifications/DispatchFactory.java
* ambari-server/src/main/java/org/apache/ambari/server/state/NotificationState.java
* ambari-server/src/test/java/org/apache/ambari/server/state/services/AlertNoticeDispatchServiceTest.java
* ambari-server/src/test/java/org/apache/ambari/server/notifications/dispatchers/EmailDispatcherTest.java
* ambari-server/src/main/java/org/apache/ambari/server/notifications/Notification.java
* ambari-server/src/main/java/org/apache/ambari/server/notifications/NotificationDispatcher.java


> Expose A Way To Register Custom Alert Dispatchers
> -------------------------------------------------
>
>                 Key: AMBARI-10590
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10590
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.1.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>             Fix For: 2.1.0
>
>
> There are currently 2 tightly coupled dispatchers that ship with Ambari: EMAIL and SNMP. In the event that a user would like to register their own dispatcher after installing Ambari, we should expose a way for them to register that dispatcher with Ambari Server so that they can create alert targets for the dispatcher's type.
> - Custom dispatchers will need to be picked up from the classpath dynamically at runtime and registered



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