java plugin: Replace dots ('.') with slashes ('/') when loading a class.
[collectd.git] / contrib / README
index 1c34812..119d866 100644 (file)
@@ -11,6 +11,19 @@ resolution and 2200 rows (~6 hours). This will make hourly statistics much more
 interesting. Please note that no sanity- checking whatsoever is performed. You
 can seriously fuck up your RRD files if you don't know what you're doing.
 
+collectd-network.py
+-------------------
+
+  This Python module by Adrian Perez implements the collectd network protocol
+in pure Python. It currently supports to receive data and notifications from
+collectd.
+
+collectd-unixsock.py
+--------------------
+
+  This Python module by Clay Loveless provides an interface to collect's
+unixsock plugin.
+
 collectd2html.pl
 ----------------
   This script by Vincent StehlĂ© will search for RRD files in
@@ -80,3 +93,8 @@ snmp-data.conf
 data that is defined in the IF-MIB, e. g. octet or packet counters, UPS-MIB and
 whatever people have send in. If you have some more definitions please send
 them in, so others can profit from it.
+
+solaris-smf
+-----------
+  Manifest file for the Solaris SMF system and detailed information on how to
+register collectd as a service with this system.