-
Notifications
You must be signed in to change notification settings 8000 - Fork 1.2k
Jcollectd
Florian Forster edited this page Nov 26, 2023
·
1 revision
jcollectd is an implementation of collectd's network protocol in pure Java and was the base of the Java application programming interface (API) used by the Java plugin. If was developed by Doug MacEachern of Hyperic and is licensed under the GPLv2.
The code allows you to receive MBeans from any Java application using the Java management extensions (JMX) and translate those values into collectd metrics. Those are then transmitted over the network using the Network plugin's binary-protocol.
- http://support.hyperic.com/display/hypcomm/jcollectd jcollectd's homepage
-
http://github.com/hyperic/jcollectd/tree/master
Git repository. Clone-URL:
git://github.com/hyperic/jcollectd.git