[
https://issues.apache.org/jira/browse/EAGLE-690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15628009#comment-15628009
]
ASF GitHub Bot commented on EAGLE-690:
--------------------------------------
Github user puyulu commented on a diff in the pull request:
https://github.com/apache/incubator-eagle/pull/570#discussion_r86083127
--- Diff:
eagle-topology-check/eagle-topology-app/src/main/resources/application.conf ---
@@ -41,10 +45,21 @@
}
},
mr: {
- rmUrl: "http://sandbox.hortonworks.com:8088",
+ rmUrl: "https://apollo-phx-rm-2.vip.ebay.com:50030",
historyServerUrl : "http://sandbox.hortonworks.com:19888" #if not
need, then empty
}
}
+
+ "dataSinkConfig": {
+ "topic" : "topology_health_check",
+ "brokerList" : "sandbox.hortonworks.com:6667",
+ "serializerClass" : "kafka.serializer.StringEncoder",
+ "keySerializerClass" : "kafka.serializer.StringEncoder"
+ "producerType" : "async",
+ "numBatchMessages" : "4096",
+ "maxQueueBufferMs" : "5000",
+ "requestRequiredAcks" : "0"
+ }
eagleProps : {
--- End diff --
remove the properties from conf file
> Integrate topology health check with alert engine
> -------------------------------------------------
>
> Key: EAGLE-690
> URL: https://issues.apache.org/jira/browse/EAGLE-690
> Project: Eagle
> Issue Type: New Feature
> Affects Versions: v0.5.0
> Reporter: yupu
> Assignee: yupu
> Labels: features
> Fix For: v0.5.0
>
>
> Integrate topology health check with alert engine.
> It will send timestamp,tag,status to alert engine,when the node status is
> dead, alert engine will send the email to user
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)