JRDS Webapp

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

Лицензия

Лицензия

Группа

Группа

fr.jrds
Идентификатор

Идентификатор

jrds-webapp
Последняя версия

Последняя версия

2021.1
Дата

Дата

Тип

Тип

war
Описание

Описание

JRDS Webapp
Another monitoring application, intentend to be simple to use and extensible.
Организация-разработчик

Организация-разработчик

JRDS

Скачать jrds-webapp

Имя Файла Размер
jrds-webapp-2021.1.pom
jrds-webapp-2021.1.war 9 MB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
fr.jrds : jrds-core jar 2021.1
fr.jrds : jrds-core jar 2021.1
fr.jrds : jrds-log4j jar 2021.1
fr.jrds : jrds-snmp jar 2021.1
fr.jrds : jrds-ipmi jar 2021.1
fr.jrds : jrds-jdbc jar 2021.1
fr.jrds : jrds-jsonp jar 2021.1
fr.jrds : jrds-pcp jar 2021.1
fr.jrds : jrds-munin jar 2021.1
org.dojotoolkit : dojo zip 1.12.3

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.1.0

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
fr.jrds : jrds-core test-jar 2021.1
org.eclipse.jetty : jetty-http jar 9.2.30.v20200428
org.eclipse.jetty : jetty-server jar 9.2.30.v20200428
org.eclipse.jetty : jetty-servlet jar 9.2.30.v20200428

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2021.1
2020.1
1.0-RC1