MVN

net.sf.jnrpe : jcheck_nrpe

Maven & Gradle

Feb 09, 2015
3 usages
11 stars

jcheck_nrpe · 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.

<dependency>
    <groupId>net.sf.jnrpe</groupId>
    <artifactId>jcheck_nrpe</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jnrpe : jcheck_nrpe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5
  • Latest Release Candidate: 2.0.3-RC5
  • Latest Beta: 2.0.3-beta-04

All Versions

Choose a version of net.sf.jnrpe : jcheck_nrpe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jcheck_nrpe-2.0.5
jcheck_nrpe-2.0.4
jcheck_nrpe-2.0.3
jcheck_nrpe-2.0.3-RC5
jcheck_nrpe-2.0.3-RC3
jcheck_nrpe-2.0.3-RC2
jcheck_nrpe-2.0.3-beta-04

How to add a dependency to Maven

Add the following net.sf.jnrpe : jcheck_nrpe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jnrpe</groupId>
    <artifactId>jcheck_nrpe</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jnrpe : jcheck_nrpe gradle dependency to your build.gradle file:

implementation 'net.sf.jnrpe:jcheck_nrpe:2.0.5'

Gradle Kotlin DSL: Add the following net.sf.jnrpe : jcheck_nrpe gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jnrpe:jcheck_nrpe:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jnrpe : jcheck_nrpe sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jnrpe" % "jcheck_nrpe" % "2.0.5"

Advertisement