[collectd-changes] collectd, the system statistics collection daemon: Changes to 'refs/tags/collectd-4.6.2'
Florian Forster
octo at verplant.org
Wed Mar 18 12:15:48 CET 2009
Tag 'collectd-4.6.2' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2009-03-18 10:55 +0100
Tag for version 4.6.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEABECAAYFAknA0zQACgkQjvke9ZFSPD00hQCeO8jmzeKyA3FwQ1oTAeQvMNC/
PGYAn2DW9z8uaKScRf4+AKSQA3wFPhMM
=kt5S
-----END PGP SIGNATURE-----
Changes since collectd-4.6.1:
Bruno Prémont (9):
contrib/php-collection: A few more bug-fixes to the graphing scripts.
php-collection/definitions.php: Add missing MetaGraph for tcp_connections
php-collection: Fixes and multiple saved graph lists
php-collection/graph.php: Add missing error500() function
php-collection/definitions.php: Add MetaGraph definitions for bind plugin
php-collection/functions.php: Escape/avoid problematic characters in RRD commandline
php-collection: Add support for named graph lists as favorites
bind plugin: Actually handle RR cache numbers as `gauge'..
timediff match: Register the correct match name.
Florian Forster (41):
src/plugin.c: Assure that targets get dynamically allocated memory.
contrib/oracle/create_schema.ddl: Add GPLv2 license information.
oracle plugin: Fix type size issue under 64bit systems.
dns plugin: Don't pass a NULL pointer to `pcap_open_live'.
Merge branch 'collectd-4.5' into collectd-4.6
README: Documented the `--with-fp-layout' configure option.
Merge branch 'bp/php-collection' into collectd-4.5
snmp plugin: Added a note about a potential bug that needs fixing.
libcollectdclient: Check if the file handle is valid before writing to it.
collectd.conf(5): Mention that `Oracle' doesn't like semicolons..
contrib/collection3/bin/.htaccess: Add file.
contrib/collection3/bin/.htaccess: s/SetHandler/AddHandler/
contrib/collection3: Add the "DataDir" config option.
contrib/collection3: Add "Total" to "GenericIO" graphs.
contrib/collection3: Add the "IgnoreUnknown" config option.
contrib/collection3: Minor cleanups.
contrib/collection3: Fix stacking with NAN values.
rrdtool plugin: Fix a possible race condition at startup.
src/liboping/test_liboping.c: Remove legacy file.
contrib/collection3: Add the `index' to the parameters.
contrib/collecion3: Add graphs for `dns_opcode' and `io_octets'.
contrib/collection3: Add graph for "Table space" graphs.
contrib/collection3: Update bin/json.cgi to use the JSON module.
contrib/collection3: Minor HTML work-around for some browsers.
contrib/collection3: Fix two minor issues.
src/common.c, memory plugin: Fix a potential problem under Solaris.
contrib/collection3: Add the "height" parameter.
contrib/collection3: Add graph for `ps_cputime'.
contrib/collection3: Use {interface} in `if_octets' graphs.
bind plugin: "Trivial patch" to make `rr cache' stats work.
bind plugin: "Trivial patch" to make `rr cache' stats work.
Merge branch 'collectd-4.5' of octo at verplant.org:/var/lib/git/collectd into collectd-4.5
Merge branch 'collectd-4.5' into collectd-4.6
src/collectd.conf.in: Add `match_timediff'.
src/utils_cache.c: Fix an error message.
src/filter_chain.c: Allow chains without a default target.
src/liboping/liboping.c: Fix a problem with strict aliasing.
Merge branch 'collectd-4.6' of /var/lib/git/collectd into collectd-4.6
Merge branch 'collectd-4.5' into collectd-4.6
Bumped version to 4.6.2; Updated ChangeLog.
configure: Prefixed cache-ids in AC_CACHE_CHECK with "c_cv_".
Sebastian Harl (11):
collectd-unixsock(5): Slightly improved the description.
Updated various copyright information.
src/common.c: Fixed a race condition in check_create_dir().
postgresql_default.conf: Don't use the deprecated {Min,Max}PgVersion options.
postgresql plugin: Made variable names more self-explanatory.
postgresql_default.conf: Added a short usage and copyright header.
collectd.conf(5): Don't mix spaces and tabs in configuration examples.
postgresql_default.conf: Make sure the "disk_io" query does not return NULLs.
Merge branch 'sh/collectd-4.5' into sh/collectd-4.6
configfile, types_list: Improved error messages when handling "TypesDB".
configure: Prefixed cache-ids in AC_CACHE_CHECK with "c_cv_".
Stefan Pfab (1):
contrib/collection3: Add "Wirkleistung" graph.
Tom Throckmorton (1):
contrib/exec-nagios.px: Make it possible to run the same script multiple times.
---
ChangeLog | 19 ++
README | 19 ++-
bindings/perl/Collectd.pm | 2 +-
configure.in | 106 +++++-----
contrib/collection3/bin/.htaccess | 2 +
contrib/collection3/bin/graph.cgi | 16 ++-
contrib/collection3/bin/index.cgi | 3 +-
contrib/collection3/bin/json.cgi | 39 +---
contrib/collection3/etc/collection.conf | 43 ++++-
contrib/collection3/lib/Collectd/Graph/Common.pm | 46 +++-
contrib/collection3/lib/Collectd/Graph/Config.pm | 3 +-
contrib/collection3/lib/Collectd/Graph/Type/Df.pm | 17 ++-
.../lib/Collectd/Graph/Type/GenericIO.pm | 43 +++-
.../lib/Collectd/Graph/Type/GenericStacked.pm | 49 ++++-
.../lib/Collectd/Graph/Type/PsCputime.pm | 97 ++++++++
.../lib/Collectd/Graph/Type/TableSize.pm | 236 ++++++++++++++++++++
.../lib/Collectd/Graph/Type/Wirkleistung.pm | 90 ++++++++
.../collection3/lib/Collectd/Graph/TypeLoader.pm | 11 +-
contrib/cussh.pl | 2 +-
contrib/exec-nagios.px | 16 ++-
contrib/oracle/create_schema.ddl | 21 ++
contrib/php-collection/browser.js | 115 +++++++++-
contrib/php-collection/definitions.php | 56 +++++-
contrib/php-collection/functions.php | 49 ++---
contrib/php-collection/graph.php | 7 +
contrib/php-collection/index.php | 17 +-
src/bind.c | 27 ++-
src/collectd-unixsock.pod | 8 +-
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 5 +-
src/common.c | 69 ++++---
src/configfile.c | 9 +-
src/cpu.c | 4 +-
src/dns.c | 2 +-
src/filter_chain.c | 15 --
src/libcollectdclient/client.c | 16 ++-
src/liboping/liboping.c | 20 --
src/liboping/test_liboping.c | 59 -----
src/match_timediff.c | 2 +-
src/memory.c | 5 +-
src/oracle.c | 6 +-
src/perl.c | 2 +-
src/plugin.c | 51 ++++-
src/postgresql.c | 27 +--
src/postgresql_default.conf | 27 ++-
src/rrdtool.c | 34 +++-
src/snmp.c | 1 +
src/types.db | 11 +-
src/types_list.c | 4 +-
src/utils_avltree.c | 2 +
src/utils_cache.c | 2 +-
version-gen.sh | 2 +-
52 files changed, 1180 insertions(+), 355 deletions(-)
---
More information about the collectd-changes
mailing list