Your message dated Sun, 25 Sep 2016 11:43:12 +0000
with message-id <[email protected]>
and subject line Bug#797687: fixed in collectd 5.6.0-1
has caused the Debian Bug report #797687,
regarding [collectd] 'Spammy debug messages' at normal verbosity
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
797687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797687
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: collectd
Version: 5.5.0-2
Severity: normal
Tags: patch
--- Please enter the report below this line. ---
This bug[1] results in many lines in syslog reading
"0 Success: 1 value has been dispatched."
and has already been resolved upstream:
https://github.com/collectd/collectd/pull/714/commits
[1] https://github.com/collectd/collectd/issues/664
--- System information. ---
Architecture: amd64
Kernel: Linux 4.1.0-2-amd64
Debian Release: stretch/sid
501 stable packages.x2go.org
350 unstable ftp.us.debian.org
300 testing ftp.us.debian.org
200 experimental ftp.us.debian.org
150 stable dl.google.com
--- Package information. ---
Depends (Version) | Installed
============================-+-===========
collectd-core | 5.5.0-2
libc6 (>= 2.14) |
librrd4 (>= 1.3.0) |
Recommends (Version) | Installed
===========================================-+-===================
iptables | 1.4.21-2+b1
libcurl3-gnutls (>= 7.16.2) | 7.44.0-1
libdbi1 (>= 0.8.4) | 0.9.0-4
libesmtp6 | 1.0.6-4
libgcrypt11 (>= 1.5.1) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libglib2.0-0 (>= 2.12.0) |
liblvm2app2.2 (>= 2.02.106) |
libmemcached11 |
libmnl0 |
libmodbus5 (>= 3.0.2) |
libmysqlclient18 (>= 5.5.24+dfsg-1) |
libnotify4 (>= 0.7.0) |
libnspr4 (>= 2:4.9-2~) |
OR libnspr4-0d (>= 1.8.0.10) |
libnss3 (>= 2:3.13.4-2~) |
OR libnss3-1d (>= 3.12.0~beta2) |
libopenipmi0 |
liboping0 (>= 0.3.3) |
libowcapi-2.8-15 (>= 2.8p4) |
libpcap0.8 (>= 1.0.0) |
libperl5.18 (>= 5.18.2) |
libpq5 |
libprotobuf-c1 (>= 1.0.0-1~) |
libpython2.7 (>= 2.7) |
librabbitmq1 (>= 0.4.1) |
librrd4 (>= 1.4~rc2) |
libsensors4 (>= 1:3.0.0) |
libsnmp30 (>= 5.7.2.1~dfsg) |
libssl1.0.0 (>= 1.0.0) |
libtokyotyrant3 |
libupsclient4 (>= 2.7.2) |
libvirt0 (>= 0.3.2) |
libxml2 (>= 2.7.4) |
libyajl2 (>= 2.0.4) |
zlib1g (>= 1:1.1.4) |
default-jre-headless |
Package's Suggests field is empty.
--- End Message ---
--- Begin Message ---
Source: collectd
Source-Version: 5.6.0-1
We believe that the bug you reported is fixed in the latest version of
collectd, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Harl <[email protected]> (supplier of updated collectd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 24 Sep 2016 15:19:10 +0200
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev
libcollectdclient-dev libcollectdclient1
Architecture: source
Version: 5.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Sebastian Harl <[email protected]>
Changed-By: Sebastian Harl <[email protected]>
Description:
collectd - statistics collection and monitoring daemon
collectd-core - statistics collection and monitoring daemon (core system)
collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
collectd-dev - statistics collection and monitoring daemon (development files)
collectd-utils - statistics collection and monitoring daemon (utilities)
libcollectdclient-dev - client library for collectd's control interface
(development file
libcollectdclient1 - client library for collectd's control interface
Closes: 797687 827759
Changes:
collectd (5.6.0-1) unstable; urgency=medium
.
* New upstream release.
- The disk plugin now supports FreeBSD; enable it in debian/rules.
- Suppress spammy debug messages; thanks to Antonio Russo for reporting
this (Closes: #797687).
New plugins:
- Chrony daemon statistics: chrony
- CPU sleep: Time spent in suspend: cpusleep (Linux-specific)
- Monitor gps related data through gpsd: gps
- Send or receive values over the network using the gRPC framework: grpc
(disabled in Debian because of missing dependencies)
- Lua interpreter embedded into collectd: lua
- Publishes and subscribes to MQTT topics: mqtt
- Submit notifications as passive check results to a local nagios
instance: notify_nagios
- XEN Hypervisor CPU stats: xencpu
- Solaris zone metrics: zone (disabled in Debian; Solaris specific)
* debian/rules:
- Disable cpusleep plugin on non-Linux.
- Disable xencpu plugin except on amd64, arm64, armhf, and i386.
- Disable the zone plugin.
- Do not cripple include files in collectd-dev when patching them; thanks
to Scott Talbert for reporting this (Closes: #827759).
* debian/control:
- Build-depend on libgps-dev: Needed by the new gps plugin.
- Build-depend on liblua5.3-dev: Needed by the new lua plugin.
- Build-depend on libmosquitto-dev: Needed by the new mqtt plugin.
- Build-depend on libxen-dev [amd64 arm64 armhf i386]: Needed by the new
xencpu plugin.
- Build-depend on libriemann-client-dev, riemann-c-client: Now needed by
the riemann plugin.
* debian/patches:
- Removed bts832577-gcry-control.patch; included upstream.
- Removed gcc6.patch; included upstream.
Checksums-Sha1:
36c098e53c879af33619cd5a0dc35c40dcf01948 3819 collectd_5.6.0-1.dsc
c010b7bbbb4c58d0e30613a008c881ea70b40147 1818470 collectd_5.6.0.orig.tar.bz2
38990b9d08d71ba714c3aeda3665b4f9e3847dfd 71984 collectd_5.6.0-1.debian.tar.xz
Checksums-Sha256:
4271534a9369eb2503c009d41b83f10d49810227324aaa3dd5b33f98156ebe1f 3819
collectd_5.6.0-1.dsc
f0ffbbd91fac3682bd324a74b9b4c9eabe781394b303b5cfd457c4cfbe748623 1818470
collectd_5.6.0.orig.tar.bz2
aeb93ec6c056991c354b0c10ea4826038781b41ee5ac3cb64b52684256623018 71984
collectd_5.6.0-1.debian.tar.xz
Files:
fe538bd797f29619ed96f217445dab43 3819 utils optional collectd_5.6.0-1.dsc
572b346ca47d6466fe48e6e504b41cf0 1818470 utils optional
collectd_5.6.0.orig.tar.bz2
ca41d1cc3647483e594156f257082d53 71984 utils optional
collectd_5.6.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIvBAEBCAAZBQJX57LTEhx0b2trZWVAZGViaWFuLm9yZwAKCRDMBX5yLx/8x/Ya
D/91MdR/8T81pJvQ7jVzKokemS96T0aUPUkUqC9sE/b0mz97lRyJhslvPcSQmce9
sV8HotdZbxGp26yVizqTwoizr8+NWH4zWLcfBhm2eo8Dc4LWXHoPj+tURRhg80LV
x3uQzbWGsaZ69RpVKuobFMLcF8KqPIkxAmVWE6+ZhsFp80TX8k/JXbJ8Q0Eyu36Y
yqrVFNixgXX7MmWvq4NUKa63YwVqxGTVyn2kl2ISHsYOsgvEWWQXltwmNXHlszm+
BaowXlvWVzcQfmO1q7QM4atID2wb/twEKoTbs7xpN7Hh7scnq6QP7aEFHZNbn6cW
12mTPLSsoQ3z+f2PTGzCcI+3NSD+PT87C3eu2t7oipgPfbb/AzSvup6Hbls+ROZQ
z3OZP/BnBEXPi4cQwQKroRMSaj2UMou3QBbKHtuFjywJ/i4HOChZzm/eB1abMkLQ
WCy6CjunDGr8hb5YHVgTSSzV7eWNTOfbYp1Xo6aCm/AFDla4RZ0diOwCN3SolWy0
W5IGb9Vi6OnryAT9Kidc4GZPuXpFb3xsRV3Dxr6IbGEp8Q4LuSD0r048tYHhNnbj
LUdsu9eqVtKUr0JplnzCLF+XROk3IiC2wKok99+eY4/vhc4HHN/vM3cP/uUjrGU4
onxPHfZRGLZrpUsTpiJacV7h3f7hvGVjKNt9p/SAA7TFYQ==
=s4/E
-----END PGP SIGNATURE-----
--- End Message ---