[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.7.5'
Florian Forster
octo at verplant.org
Fri Dec 18 09:36:07 CET 2009
Tag 'collectd-4.7.5' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-12-18 08:33 +0100
Tag for version 4.7.5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAksrPlYACgkQjvke9ZFSPD1OqACeM8MZkqa2VZpxu3o49hq/UmqI
REsAnjRhjYuJl66EgU4dOhDdJ39wVpKY
=rirD
-----END PGP SIGNATURE-----
Changes since collectd-4.7.4:
Ben Knight (1):
src/utils_cmd_listval.c: Free memory returned by `uc_get_names'.
Florian Forster (12):
collectd-snmp(5): Fix a typo.
configure.in: Don't use âfind -Lâ.
snmp plugin: Fix handling of negative values.
snmp plugin: Fix handling of strings with control characters.
contrib/snmp-data.conf: Add support for Mikrotik RouterBoards.
contrib/examples/MyPlugin.pm: Updated to new interface.
contrib/collection3: Add Regexp::Common to the README.
memory plugin: Fixed handling of >4G of memory on Mac OS X.
oracle plugin: Check the connection status and reconnect if required.
network plugin: Change the license to LGPL 2.1.
src/plugin.c: plugin_log: Print to stderr if no log plugin has been loaded.
Bumped version to 4.7.5; Updated ChangeLog.
Garret Heaton (4):
Replace dashes with underscores in python modules
gitignore: Ignore compiled python files
contrib/collectd_unixsock.py: Follow Python PEP-8 syntax requirements.
contrib/collectd_unixsock.py: Support all plain text protocol commands
Sebastian Harl (4):
rrdcached plugin: Work around a bug in RRDtool 1.4rc2.
src/Makefile: Support parallel builds when creating the manpages.
protocols plugins: Fixed a typo in an error message.
configure: Fixed copy&paste error in --with-libupsclient.
---
.gitignore | 3 +
ChangeLog | 17 +++
configure.in | 10 +-
contrib/collectd-network.py | 318 ------------------------------------------
contrib/collectd-unixsock.py | 111 ---------------
contrib/collectd_network.py | 318 ++++++++++++++++++++++++++++++++++++++++++
contrib/collectd_unixsock.py | 201 ++++++++++++++++++++++++++
contrib/collection3/README | 1 +
contrib/examples/MyPlugin.pm | 13 +-
contrib/snmp-data.conf | 69 +++++++++
src/Makefile.am | 4 +-
src/collectd-snmp.pod | 2 +-
src/memory.c | 16 +-
src/network.c | 13 +-
src/oracle.c | 35 +++++
src/plugin.c | 5 +
src/protocols.c | 2 +-
src/rrdcached.c | 1 +
src/snmp.c | 98 +++++++++++---
src/utils_cmd_listval.c | 6 +
version-gen.sh | 2 +-
21 files changed, 767 insertions(+), 478 deletions(-)
---
More information about the collectd-changes
mailing list