Download Latest Version jnrpe-server-install-2.0.5.jar (23.0 MB)
Email in envelope

Get an email when there's a new version of Java NRPE Server

Home / jnrpe_lib / 1.0.1-RC5
Name Modified Size InfoDownloads / Week
Parent folder
deps.tar.gz 2013-08-08 303.1 kB
jnrpe-lib-1.0.1-RC5-bin.tar.gz 2013-08-08 93.8 kB
jnrpe-lib-1.0.1-RC5-bin.tar.bz2 2013-08-08 94.6 kB
jnrpe-lib-1.0.1-RC5-bin.zip 2013-08-08 93.1 kB
jnrpe-lib-1.0.1-RC5-src.tar.bz2 2013-08-08 51.3 kB
jnrpe-lib-1.0.1-RC5-src.zip 2013-08-08 134.5 kB
jnrpe-lib-1.0.1-RC5-src.tar.gz 2013-08-08 64.8 kB
Totals: 7 Items   835.2 kB 0

The jnrpe-lib is a library that you can embed inside your application to be able to answer to check_nrpe queries to let Nagios monitor your application internals.

Building against jnrpe-lib with Maven

To build your application agains jnrpe, the easiest way is through maven. Simply add the following dependency inside your pom.xml file:

<dependency>
    <groupId>net.sf.jnrpe</groupId>
    <artifactId>jnrpe-lib</artifactId>
    <version>your chosen version</version>
</dependency>

Building against jnrpe-lib without Maven

Building without maven requires you to download the jnrpe-lib package and the deps.tar.gz file containing all the libraries required by jnrpe-lib.

Source: readme.creole, updated 2013-05-31