https://github.com/guusdk/java-monitor-probes
Java-monitor probes
https://github.com/guusdk/java-monitor-probes
Last synced: 2 months ago
JSON representation
Java-monitor probes
- Host: GitHub
- URL: https://github.com/guusdk/java-monitor-probes
- Owner: guusdk
- Created: 2016-06-27T08:19:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T13:35:59.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T06:19:06.000Z (4 months ago)
- Language: Java
- Homepage: http://java-monitor.com
- Size: 17.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/guusdk/java-monitor-probes)
# Java-monitor probes
This repository contains the probes for http://java-monitor.com. These probes continuously collect monitoring data from a Java process, and submit that data to the java-monitor website, where it is stored and made accessible.## Building the source
Apache Ant is used to build this project. To build the artifacts, execute `ant package`. The artifacts will be generated in a folder named `dist`.## Using the artifacts
**Note** The artifacts that you build locally will not upload data to java-monitor!The java-monitor website personalizes probe, before offering it for download. The code in this repository does not contain such personalisation. The artifacts that are generated will therefor not add monitoring data to the java-monitor platform!
## Project History
The original source code was taken from http://code.google.com/archive/p/java-monitor-probes/The repository at that location is no longer active (all that remains on that page is an archive, which was used to create this repository).