jrds icon indicating copy to clipboard operation
jrds copied to clipboard

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

Results 22 jrds issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.0 to 42.4.1. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies

Is it possible to provide an installation document to guide the compilation and installation? JDK1.8 An error is reported when running `mvn clean install -DskipTests` ![Snipaste_2022-06-14_13-23-34](https://user-images.githubusercontent.com/293321/173499705-bc08838d-867b-4e99-8469-b8c7b112d572.png)

http://jrds.fr/ has been down for a few days. Maybe consider adding some screenshots to the repo README. Here is a link for an archived copy: https://web.archive.org/web/20190211013511/http://jrds.fr/

Offending piece of code: ``` java public Map getNewSampleValues() { log(Level.DEBUG, "Getting %s", getUrl()); HttpClientStarter httpstarter = find(HttpClientStarter.class); HttpClient cnx = httpstarter.getHttpClient(); ``` The method find() may return NULL if...

In pom.xml, the JaCoCo plugin is configured like this: ``` xml ${basedir}/target/coverage-reports/jacoco-unit.exec ${basedir}/target/coverage-reports/jacoco-unit.exec ``` Whereas it should be: ``` xml ${basedir}/target/coverage-reports/jacoco-unit.exec ${basedir}/target/coverage-reports/jacoco-unit.exec ``` According to the plugin configuration: http://www.eclemma.org/jacoco/trunk/doc/dump-mojo.html#destFile

Apparently Dojo had the exquisite idea to use the same shortcut as the browser to navigate within a TabContainer: http://dojotoolkit.org/reference-guide/1.10/dijit/layout/TabContainer.html#keyboard The problem is that when I switch tab on my...

How to reproduce: - Select "Last hour" - Click in the "from time" input The scale will change to "Manual" (expected) but the from date will change to the T-24h,...

It would be very helpful when trying to work with the UI to have the JS source maps files (*.map) of the Dojo framework.

Provide a pseudo UML diagram showing configuration elements relationship

I'd like to have a way to get thumbnail pictures of the graphs. This is to build custom dashboards in order to compare at a glance various servers of a...