[
https://issues.apache.org/jira/browse/AMBARI-18833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15653796#comment-15653796
]
Hudson commented on AMBARI-18833:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #5982 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5982/])
AMBARI-18833 Add Support For Self-Contained Ambari SNMP (dsen) (dsen:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=db2013a4750425fdbdfeb7b597350ea0b446e62d])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/ControllerModule.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/notifications/dispatchers/AmbariSNMPDispatcher.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/configuration/Configuration.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/notifications/dispatchers/SNMPDispatcher.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/services/AlertNoticeDispatchService.java
* (edit) ambari-server/docs/configuration/index.md
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/AlertHistoryEntity.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/alert/TargetType.java
* (add)
ambari-server/src/test/java/org/apache/ambari/server/notifications/dispatchers/AmbariSNMPDispatcherTest.java
> Add Support For Self-Contained Ambari SNMP
> ------------------------------------------
>
> Key: AMBARI-18833
> URL: https://issues.apache.org/jira/browse/AMBARI-18833
> Project: Ambari
> Issue Type: Task
> Components: alerts, ambari-server
> Affects Versions: 2.5.0
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-18833_3.patch
>
>
> Currently, Ambari's {{SNMP}} alert target type is using to bind generic OIDs
> specified by the administrator when creating the target. Many users would
> rather that Ambari provide a MIB which can then be imported into their
> management tool and just use the pre-defined OIDs.
> Ambari has applied for and received OIDs from Apache which are included in
> our MIB file. The MIB is located at:
> https://github.com/apache/ambari/blob/trunk/contrib/alert-snmp-mib/APACHE-AMBARI-MIB.txt
> The known Ambari OIDs are defined at:
> https://cwiki.apache.org/confluence/display/DIRxPMGT/OID+Assignment+Scheme
> - 1.3.6.1.4.1.18060.16
> A new alert target type of {{AMBARI_SNMP}} should be created which knows
> about the pre-existing OIDs so that dispatching SNMP traps to this type are
> correctly bound automatically.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)