X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2FREADME;h=bc1fe9ff10d384d16bc212f01cb20a4e2b0903cd;hb=0742dc6da5074abaf3bb27c579de12460f7db690;hp=0f532f6a5eb1ae4dbdc34e02d49a22efd164f3f1;hpb=4cf9eb921f5994d4515613efa8739ce445cfd9a1;p=collectd.git diff --git a/contrib/README b/contrib/README index 0f532f6a..bc1fe9ff 100644 --- a/contrib/README +++ b/contrib/README @@ -11,9 +11,20 @@ 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 + This script by Vincent Stehlé will search for RRD files in `/var/lib/collectd/' and generate an HTML file and a directory containing several PNG files which are graphs of the RRD files found. @@ -59,6 +70,11 @@ fedora/ Init-script and Spec-file that can be used when creating RPM-packages for Fedora. +GenericJMX.conf +--------------- + Example configuration file for the ‘GenericJMX’ Java plugin. Please read the +documentation at the beginning of the file for more details. + migrate-3-4.px -------------- Migration-script to ease the switch from version 3 to version 4. Many @@ -68,6 +84,10 @@ prints a bash-script to STDOUT which should do most of the work for you. You may still need to do some things by hand, read `README.migration' for more details. +redhat/ +------- + Spec-file and affiliated files to build an RedHat RPM package of collectd. + snmp-data.conf -------------- Sample configuration for the SNMP plugin. This config includes a few standard @@ -76,3 +96,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.