X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=contrib%2FREADME;h=897d61978c32532c535d635cf96c1bdac781007e;hb=ab11d1b4db61f750f51be6e41dbe8320d3c65404;hp=119d866bb57a57ccf1fdc3a11e1f915ed3f29a1b;hpb=34e095d9e7c605ded713203f21e4f00c8d6b6d44;p=collectd.git diff --git a/contrib/README b/contrib/README index 119d866b..897d6197 100644 --- a/contrib/README +++ b/contrib/README @@ -13,20 +13,18 @@ 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. @@ -67,10 +65,10 @@ file. That is very handy when you realise that you have bundled up DSes in one RRD-file that should have been in multiple RRD-files instead. Is is used by `migrate-3-4.px' to split up the cpu-, nfs-, swap-files and possibly others. -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 -------------- @@ -98,3 +96,8 @@ solaris-smf ----------- Manifest file for the Solaris SMF system and detailed information on how to register collectd as a service with this system. + +collectd.service +---------------- + Service file for systemd. Please ship this file as + /lib/systemd/system/collectd.service in any linux package of collectd.