riemann/riemann-java-client

Events are not received by Riemann server using the example code

francesco-tusa opened this issue · 0 comments

Hello, thanks for the wonderful work you guys are doing. I am trying to build a java app the takes some measurements from various sources and sends them to Riemann for further processing/visualisation. I have imported the riemann-java-client lib (and required deps) and tried to used a testing event to my riemann instance. The code in the example just loops (I guess because riemann does not acknowledge) the event receipt. I can see packets received on the server machine through tcpdump but nothing is shown in the riemann-dash and in the riemman logs (after explicitly adding a line for doing it). Events are shown correctly when using the ruby client (command line).

Is there something obvious that I'm doing wrong? Can anybody help me with that?

Thanks!

Francesco