[collectd-changes] collectd,
the system statistics collection daemon: Changes
to 'refs/tags/collectd-3.10.2'
Florian Forster
octo at verplant.org
Wed Nov 1 16:40:44 CET 2006
Tag 'collectd-3.10.2' created by Florian Forster <octo at leeloo.lan.home.verplant.org> at 2006-11-01 15:35 +0100
Tag for version 3.10.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQBFSL6yPpw+U7OejygRAum7AJ9+aV4JMRKdYBWfl4tOXIPsTOe4mwCfTB1f
EG4ErEKSpYUwt9dkDDKABs8=
=JCld
-----END PGP SIGNATURE-----
Changes since collectd-3.10.1:
Florian Forster:
collectd.conf.in: Added (commented) lines for the `Listen' and `Server' options.
collectd.conf.pod: Fix the synopsis: There is not `Port' option.
Merge branch 'collectd-3.10' of octo at verplant.org:/var/lib/git/collectd into collectd-3.10
collectd.pod: Correct the information about the different modes.
ping plugin: Add the hosts during initialization, not when reading the config file.
src/urils_mount.c: Use `getvfsstat' on NetBSD, if available.
src/utils_mount.c: Prefer `getvfsstat' over `getfsstat' if both are present.
swap plugin: Removed unused variable `status' which aborted the build with gcc.
src/utils_mount.c: Correct syntax errors in error-strings.
Merge branches 'ff/ping', 'ff/macosx-swap' and 'ff/netbsd' into collectd-3.10
ntpd plugin: Pass a `struct sockaddr' to `getnameinfo', rather than a `struct in_addr'.
mysql plugin: Don't give up when connecting to the database fails during `init'.
Bumped version to 3.10.2; Updated ChangeLog.
configure.in, utils_mount.c: Improved the detection of the different `getmntent' variants.
debian/: Imported the files from Sebastian's Debian package.
debian/: Imported the files from Sebastian's Debian package, part 2.
debian/: Removed one last unneccessary file.
---
ChangeLog | 14 +
configure.in | 119 +++++-----
debian/README.Debian | 41 +++
debian/changelog | 272 +++--------------------
debian/collectd-apache.files | 1
debian/collectd-mysql.files | 1
debian/collectd-sensors.files | 1
debian/collectd.conf | 83 +++++++
debian/collectd.conffiles | 1
debian/collectd.dirs | 4
debian/collectd.docs | 6
debian/collectd.examples | 2
debian/collectd.files | 1
debian/collectd.init.d | 32 +-
debian/collectd.manpages | 2
debian/collectd.postinst | 40 ---
debian/collectd.postrm | 24 +-
debian/compat | 2
debian/control | 135 ++++++++++-
debian/copyright | 488 ++++++++++++------------------------------
debian/examples/myplugin.c | 107 +++++++++
debian/rules | 152 ++++++-------
src/collectd.conf.in | 6
src/collectd.conf.pod | 3
src/collectd.pod | 12 -
src/mysql.c | 37 +--
src/ntpd.c | 11
src/ping.c | 88 +++++++
src/swap.c | 1
src/utils_mount.c | 60 +++--
30 files changed, 883 insertions(+), 863 deletions(-)
---
More information about the collectd-changes
mailing list