Download jcheck_nrpe-2.0.3.jar file - Jar j

Jar examples for j:jcheck-nrpe

Description

jcheck_nrpe is a java implementation of the check_nrpe Nagios plugin. It can be easily embedded inside your code to talk to JNRPE or NRPE. Both plain socket and SSL are supported.

You can download jar file jcheck_nrpe 2.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jcheck_nrpe-2.0.3.jar to your project.

<dependency>
   <groupId>net.sf.jnrpe</groupId>
   <artifactId>jcheck_nrpe</artifactId>
   <version>2.0.3</version>
</dependency>
compile group: 'net.sf.jnrpe', name: 'jcheck_nrpe', version: '2.0.3'
libraryDependencies += "net.sf.jnrpe" % "jcheck_nrpe" % "2.0.3"
<dependency org="net.sf.jnrpe" name="jcheck_nrpe" rev="2.0.3"/>
@Grapes(@Grab(group='net.sf.jnrpe', module='jcheck_nrpe', version='2.0.3'))
'net.sf.jnrpe:jcheck_nrpe:jar:2.0.3'

Download

Click the following link to download the jar file.

jcheck_nrpe-2.0.3-javadoc.jar
jcheck_nrpe-2.0.3-sources.jar
jcheck_nrpe-2.0.3.jar
jcheck_nrpe-2.0.3.pom



Related Tutorials