JRDS' Log4J binding

Another monitoring application, intentend to be simple to use and extensible.

License

License

GroupId

GroupId

fr.jrds
ArtifactId

ArtifactId

jrds-log4j
Last Version

Last Version

2021.1
Release Date

Release Date

Type

Type

jar
Description

Description

JRDS' Log4J binding
Another monitoring application, intentend to be simple to use and extensible.
Project Organization

Project Organization

JRDS
Source Code Management

Source Code Management

https://github.com/fbacchella/jrds

Download jrds-log4j

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
fr.jrds : jrds-core jar 2021.1
org.slf4j : slf4j-log4j12 jar 1.7.30

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
fr.jrds : jrds-core test-jar 2021.1

Project Modules

There are no modules declared in this project.

What is it?

Jrds is performance collector, much like cacti or munins. But it intends to be more easy to use and able to collect a high number of machines in a very short time. It's fully written in java and avoid call external process to increase performances. It uses RRD4J, a clone of rrdtool written in java.

The site is jrds.fr

How it works?

JRDS is a java web application, that can run in any servlet server like tomcat or resin. It can also run in a standalone mode, using jetty.

It uses threads to parallelize work. Each host is collected within the same thread and the number of simultaneous threads can be configured. It use only one thread for each host to avoid overload of a server.

It use mainly snmp to collect data, but can be easily extended. There is also some jdbc probes, a agent using RMI for the communication, and it can also parse XML data collected with HTTP. The currently available probes can be found here. Additional collectors can be used using external jars.

Versions

Version
2021.1
2020.1
1.0-RC1