| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jcheck_nrpe-2.0.5 | 2015-02-09 | ||
| jcheck_nrpe-2.0.4 | 2014-06-17 | ||
| jcheck_nrpe-2.0.3 | 2014-02-21 | ||
| jcheck_nrpe-2.0.3-RC5 | 2013-08-08 | ||
| jcheck_nrpe-2.0.3-RC3 | 2013-06-28 | ||
| jcheck_nrpe-2.0.3-RC2 | 2013-05-17 | ||
| jcheck_nrpe-2.0.3-beta-04 | 2013-05-03 | ||
| jcheck_nrpe-2.0.3-beta-01 | 2013-03-28 | ||
| readme.creole | 2013-05-31 | 515 Bytes | |
| Totals: 9 Items | 515 Bytes | 0 | |
jcheck_nrpe is a java implementation of check_nrpe. It can be easily embedded inside your own application if you need to communicate with NRPE or JNRPE.
Building against jnrpe-lib with Maven
To build your application against jcheck_nrpe, the easiest way is through the use of maven. Simply add the following dependency inside your pom.xml file:
<dependency>
<groupId>net.sf.jnrpe</groupId>
<artifactId>jcheck_nrpe</artifactId>
<version>your chosen version</version>
</dependency>