Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jnrpe-lib-2.0.4-src.zip | 2014-06-17 | 149.1 kB | |
jnrpe-lib-2.0.4-src.tar.gz | 2014-06-17 | 66.7 kB | |
jnrpe-lib-2.0.4-src.tar.bz2 | 2014-06-17 | 53.2 kB | |
jnrpe-lib-2.0.4-bin.zip | 2014-06-17 | 100.0 kB | |
jnrpe-lib-2.0.4-bin.tar.gz | 2014-06-17 | 100.6 kB | |
jnrpe-lib-2.0.4-bin.tar.bz2 | 2014-06-17 | 100.7 kB | |
Totals: 6 Items | 570.4 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.