[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.2'
Florian Forster
octo at verplant.org
Wed Feb 20 14:41:15 CET 2013
contrib/redhat/apache.conf | 8 -
contrib/redhat/collectd.conf | 210 ----
contrib/redhat/collectd.spec | 1959 ++++++++++++++++++++++++++++++++----
contrib/redhat/collection3.conf | 5 +
contrib/redhat/email.conf | 8 -
contrib/redhat/init.d-collectd | 38 +-
contrib/redhat/mysql.conf | 9 -
contrib/redhat/nginx.conf | 8 -
contrib/redhat/php-collection.conf | 6 +
contrib/redhat/sensors.conf | 9 -
contrib/redhat/snmp.conf | 44 -
11 files changed, 1790 insertions(+), 514 deletions(-)
New commits:
commit 9706a2064c099666f24ba2fa8576629fc97310cd
Merge: ff49d36 97e4e03
Author: Florian Forster <octo at collectd.org>
Date: Wed Feb 20 14:40:46 2013 +0100
Merge branch 'mf/redhat' into collectd-5.2
Fixes Github issue #220.
commit 97e4e035cc2ce01844c205fee6c8b698b041657a
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Fri Jan 11 11:23:52 2013 +0100
RedHat RPM spec: remove unnecessary dependency on libstatgrab
commit 7bf59f1941ce7ca97a25564b5c6f89dbaff050a4
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Fri Jan 4 10:00:59 2013 +0100
RedHat RPM spec: bump release number
commit 3825dd522fb4a0ae24c8da10918757f42a550474
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Thu Jan 3 18:10:19 2013 +0100
RedHat RPM spec: package php-collection/collection3 independently
commit 028ccb39af6af88d10ddd4920a9eaa0a917efc89
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Thu Jan 3 16:19:51 2013 +0100
redhat/collectd.spec - typo.
commit 252bd53fa6a5bfa9c538b520cb81a16c06e54251
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Fri Dec 21 16:55:15 2012 +0100
RedHat specfile: updated for 5.2.0
Also includes a couple of cleanups mentioned in github#186.
commit 8aad25c7472224e1c76cfc2b40403aea1a93ca13
Author: Ruben Kerkhof <ruben at tilaa.nl>
Date: Sun Nov 18 15:56:31 2012 +0100
Allow for conditional compilation of plugins
To enable/disable a plugin you can toggle the
%define for that plugin at the top of the specfile.
You can also pass the plugin as argument to rpmbuild,
for example:
rpmbuild -ba --without rrdtool
or:
rpmbuild -ba --with rrdcached
commit 2454e4800d433b95670be60b2356575e2f3cd71e
Author: Ruben Kerkhof <ruben at tilaa.nl>
Date: Sun Nov 18 11:44:51 2012 +0100
Quote arguments
commit 22110a36bc04bf1361b77a007efaf17f4a31a27c
Author: Ruben Kerkhof <ruben at tilaa.nl>
Date: Sun Nov 18 10:14:29 2012 +0100
No need to edit collectd.conf anymore.
This was fixed by in commit 25fa4ad
commit 2e3a1720ce7bb3c0a0cf2b1fd5aa3dd302754216
Author: Ruben Kerkhof <ruben at tilaa.nl>
Date: Sun Nov 18 10:03:17 2012 +0100
Follow Fedora Packaging Guidelines in java subpackage
commit d8efba32853690bd0148a1e7eb5380dc01efbc45
Author: Ruben Kerkhof <ruben at tilaa.nl>
Date: Sat Nov 17 15:39:29 2012 +0100
Cleanup redhat specfile
Fixed a few rpmlint warnings
Updated (mostly) to Fedora Packaging Guidelines
commit 930b35b39cbcb4efee5c77ae69127fec3581d2dc
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Fri Nov 16 16:06:18 2012 +0100
RedHat RPM spec: update for 5.1 + improvements
* Enabled all buildable plugins based on libraries available on EL6 +
EPEL
* All plugins requiring external libraries are now shipped in seperate
packages.
* No longer treat Java plugin as an exception, correctly set
$JAVA_HOME during the build process + ensure build deps are installed.
* Dropped per-plugin configuration files, as they tend to diverge from
upstream defaults.
* Moved perl stuff to /usr/share/perl5/
* Don't alter Interval and ReadThreads by default, let the user change
this himself.
* Drop collection.cgi from main package, as it's been obsoleted by
collection3
* Moved contrib/ to its own package, to avoid cluttering the main
package with non-essential stuff.
* Replaced BuildPrereq by BuildRequires
commit 289f06be0b36ec0da43d7ab2567251c55538ac76
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Fri Nov 16 16:03:41 2012 +0100
RedHat initscript: small improvements
* checks configuration before (re)starting, based on debian's
initscript
* use /etc/sysconfig instdead of /etc/default
* include optional $ARGS in arguments passed to collectd.
More information about the collectd-changes
mailing list