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.

License

License

Categories

Categories

Net JNR Development Tools Native
GroupId

GroupId

net.sf.jnrpe
ArtifactId

ArtifactId

jcheck_nrpe
Last Version

Last Version

2.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://jnrpe.sourceforge.net/jcheck_nrpe

Download jcheck_nrpe

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.jnrpe/jcheck_nrpe/ -->
<dependency>
    <groupId>net.sf.jnrpe</groupId>
    <artifactId>jcheck_nrpe</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jnrpe/jcheck_nrpe/
implementation 'net.sf.jnrpe:jcheck_nrpe:2.0.5'
// https://jarcasting.com/artifacts/net.sf.jnrpe/jcheck_nrpe/
implementation ("net.sf.jnrpe:jcheck_nrpe:2.0.5")
'net.sf.jnrpe:jcheck_nrpe:jar:2.0.5'
<dependency org="net.sf.jnrpe" name="jcheck_nrpe" rev="2.0.5">
  <artifact name="jcheck_nrpe" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jnrpe', module='jcheck_nrpe', version='2.0.5')
)
libraryDependencies += "net.sf.jnrpe" % "jcheck_nrpe" % "2.0.5"
[net.sf.jnrpe/jcheck_nrpe "2.0.5"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.mahout.commons : commons-cli jar 2.0-mahout
net.sf.jnrpe : jnrpe-lib jar 2.0.5

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.5
2.0.4
2.0.3
2.0.3-RC5
2.0.3-RC3
2.0.3-RC2
2.0.3-beta-04