Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.5 | 2015-02-09 | ||
2.0.4 | 2014-06-17 | ||
2.0.3 | 2014-02-21 | ||
1.0.1-RC5 | 2013-08-08 | ||
1.0.1-RC3 | 2013-06-28 | ||
1.0.1-RC2 | 2013-05-31 | ||
1.0.1-beta-11 | 2013-03-28 | ||
1.0.1-beta-07 | 2012-04-02 | ||
1.0.1-beta-04 | 2011-12-12 | ||
1.0.1-beta-03 | 2011-12-07 | ||
1.0.1-beta-02 | 2011-11-16 | ||
1.0.1-beta-01 | 2011-11-16 | ||
readme.creole | 2013-05-31 | 696 Bytes | |
Totals: 13 Items | 696 Bytes | 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.