Bumped version to 3.11.7; Updated ChangeLog.
[collectd.git] / contrib / README
1 The files in this directory may be used to perform common tasks that aren't
2 exactly `collectd's job. They may or may not require in-depth knowlege of RRD
3 files and/or `collectd's inner workings. Use at your own risk.
4
5 add_rra.sh
6 ----------
7   Before version 3.9.0 collectd used to create a different set of RRAs. The
8 most detailed of these old RRAs hat a one minute resolution. This script can be
9 used to add three more RRAs: minimum, maximum and average with a ten second
10 resolution and 2200 rows (~6 hours). This will make houly statistics much more
11 interesting. Please note that no sanity- checking whatsoever is performed. You
12 can seriously fuck up your RRD files if you don't know what you're doing.
13
14 collectd2html.pl
15 ----------------
16   This script by Vincent StehlĂ© will search for RRD files in
17 `/var/lib/collectd/' and generate an HTML file and a directory containing
18 several PNG files which are graphs of the RRD files found.
19
20 collectd.conf
21 -------------
22   A sample config file. Used by the Debian package.
23
24 collection.cgi
25 --------------
26   Sample CGI script that creates graphs on the fly. The Perl module `RRDs' is
27 needed (Debian package `librrds-perl').
28
29 init.d-rh7
30 ----------
31   Sample init script. Used by the RPM specfile.