I don't have a deadline for the new release. It will be released when all the issues in the milestone ( https://github.com/ziccardi/jnrpe/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.1.0) will be resolved. If you'd like to contribute to some of them, that could speed up the process. Cheers, Massimiliano Il giorno sab 9 mar 2019 alle ore 13:21 Sidath Weerasinghe sidath1993@users.sourceforge.net ha scritto: Hi Massimiliano, Thank you so much. Its work fine. When is the official release. Executing JNRPE...
Call enableWeakCipherSuites() before sending the request Il Ven 8 Mar 2019, 19:22 Sidath Weerasinghe sidath1993@users.sourceforge.net ha scritto: Hi Massimiliano, I tried with your new code. But still issue is there. nrpe logs - Mar 8 18:16:48 ip-172-31-88-175 nrpe[13809]: CONN_CHECK_PEER: checking if host is allowed: 112.134.84.71 port 19645 Mar 8 18:16:48 ip-172-31-88-175 nrpe[13809]: is_an_allowed_host (AF_INET): is host >112.134.84.71< an allowed host >112.134.84.71< Mar 8 18:16:48 ip-172-31-88-175...
Hi Sidath, code in https://github.com/ziccardi/jnrpe/pull/33 seems to work, it would be nice if you could give it a try and see if it works for you. In the meantime, I'm adding integration tests to check that everything works as expected. Cheers, Massimiliano Il giorno ven 8 mar 2019 alle ore 10:43 Massimiliano Ziccardi dottzero@users.sourceforge.net ha scritto: Hi Sidath, of course! I created this issue: https://github.com/ziccardi/jnrpe/issues/32 you can follow/comment the development at https://github.com/ziccardi/jnrpe/pull/33...
Hi Sidath, of course! I created this issue: https://github.com/ziccardi/jnrpe/issues/32 you can follow/comment the development at https://github.com/ziccardi/jnrpe/pull/33 Regards, Massimiliano Il giorno ven 8 mar 2019 alle ore 09:19 Sidath Weerasinghe sidath1993@users.sourceforge.net ha scritto: Hi Massimiliano, Thank you so much. I am wating for new release of JNRPEClient. Please let me know the when is the new release is ? Executing JNRPE Plugin from java code. https://sourceforge.net/p/jnrpe/discussion/730635/thread/d6801409/?limit=25#d3fb...
Hi Sidath, I did some investigation. Currently JNRPEClient does not work with your version of NRPE because a new version of the NRPE protocol has been released (version 3). The released version of JNRPEClient supports only protocol version 2. I'm working now on adding the new protocol version support. Cheers, Massimiliano Il giorno mar 5 mar 2019 alle ore 17:20 Sidath Weerasinghe sidath1993@users.sourceforge.net ha scritto: Hi Massimiliano, As per the above comment I added that paramerter and then...
Hi Sidath Please change the sendCommand to ret = client.sendCommand("check_disk", "-a","/tmp",":100000",":50000"); // you didn't pass the '-a' parameter in your code. If you still have errors, send me the NRPE logs to see what happens on that side Il giorno mar 5 mar 2019 alle ore 05:05 Sidath Weerasinghe sidath1993@users.sourceforge.net ha scritto: Hi Massimiliano, I change the code according to the comment as follows JNRPEClient client = new JNRPEClient("...", 5666, true); Now im getting below...
By looking at your example, I see that you run check_nrpe using SSL (no -n parameter), while you ask JNRPEClient to not use SSL. Change the constructor parameter to true to enable SSL: that should fix your issue. Il Lun 4 Mar 2019, 20:10 Sidath Weerasinghe sidath1993@users.sourceforge.net ha scritto: Hi Massimiliano, 1 . <dependency> <groupid>net.sf.jnrpe</groupid> <artifactid>jcheck_nrpe</artifactid> <version>2.0.3-RC5</version> </dependency> 2. it.jnrpe.client.JNRPEClientException: java.io.EOFException...
Hi Sidath. Can you give me more details of your error? 1) JNRPE version you are using 2) The stacktrace 3) check_nrpe command you are executing 4) Java version Regards, Massimiliano Il giorno sab 2 mar 2019 alle ore 20:14 Sidath Weerasinghe sidath1993@users.sourceforge.net ha scritto: I am getting it.jnrpe.client.JNRPEClientException: java.io.EOFException for above code. Any idea for solve this? Executing JNRPE Plugin from java code. https://sourceforge.net/p/jnrpe/discussion/730635/thread/d6801409/?limit=25#421a...