SHA256
1
0
forked from pool/collectd
collectd/collectd-split_README.patch
Lars Vogdt c5eb679480 Accepting request 493297 from home:benoit_monin:branches:server:monitoring
- update to version 5.7.1
- refresh patches:
  * collectd-fix_broken_perl-5.10.patch
  * collectd-split_README.patch
  * collectd-version.patch
- drop patch collectd-5.5.2-exec-no-output.diff: fixed upstream
- remove plugin write_riemann: not built anymore
- add new plugins chrony, cpusleep, hugepages, notify_nagios
- add lua-devel as BuildRequires and create a sub-package for the lua plugin
- add gpsd-devel as BuildRequires and create a sub-package for the gps plugin

OBS-URL: https://build.opensuse.org/request/show/493297
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=142
2017-05-17 22:05:22 +00:00

57 lines
2.1 KiB
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- contrib/README.orig
+++ contrib/README
@@ -33,22 +33,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)
@@ -70,11 +54,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.
-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 +63,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
@@ -97,7 +72,3 @@
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.