2013-08-23 07:31:49 +02:00
|
|
|
|
--- contrib/README.orig 2013-06-04 02:29:18.736835454 +0200
|
|
|
|
|
+++ contrib/README 2013-06-04 02:29:59.160849717 +0200
|
2011-02-03 02:08:32 +01:00
|
|
|
|
@@ -28,22 +28,6 @@
|
|
|
|
|
`/var/lib/collectd/' and generate an HTML file and a directory containing
|
|
|
|
|
several PNG files which are graphs of the RRD files found.
|
|
|
|
|
|
|
|
|
|
-collection.cgi
|
|
|
|
|
---------------
|
|
|
|
|
- Sample CGI script that creates graphs on the fly. The Perl modules `RRDs'
|
|
|
|
|
-(Debian package `librrds-perl'), `URI:Escape' (package liburi-perl),
|
|
|
|
|
-`HTML::Entities' (package libhtml-parser-perl) and a CGI capable web server
|
|
|
|
|
-(e.g. apache2 or boa) are needed. Simply install the script to a place where
|
|
|
|
|
-the webserver will treat it as a CGI script (/usr/lib/cgi-bin/ by default) and
|
|
|
|
|
-visit that page in a browser (http://localhost/cgi-bin/collection.cgi by
|
|
|
|
|
-default). Please refer to your webserver's documentation for more details.
|
|
|
|
|
-
|
|
|
|
|
- Starting with version 4, collection.cgi requires a small config file, which
|
|
|
|
|
-should look something like this:
|
|
|
|
|
-
|
|
|
|
|
- datadir: "/var/lib/collectd/rrd/"
|
|
|
|
|
- libdir: "/usr/lib/collectd/"
|
|
|
|
|
-
|
|
|
|
|
exec-munin.px
|
|
|
|
|
-------------
|
|
|
|
|
Script to be used with the exec-plugin (see collectd-exec(5) for details)
|
|
|
|
|
@@ -65,16 +49,6 @@
|
|
|
|
|
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
|
|
|
|
|
--------------
|
|
|
|
|
Migration-script to ease the switch from version 3 to version 4. Many
|
|
|
|
|
@@ -84,10 +58,6 @@
|
|
|
|
|
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
|
2013-08-23 07:31:49 +02:00
|
|
|
|
@@ -97,11 +67,6 @@
|
2011-02-03 02:08:32 +01:00
|
|
|
|
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.
|
2013-08-23 07:31:49 +02:00
|
|
|
|
-
|
|
|
|
|
collectd.service
|
|
|
|
|
----------------
|
|
|
|
|
Service file for systemd. Please ship this file as
|