summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 104e247)
raw | patch | inline | side by side (parent: 104e247)
author | Sebastian Harl <sh@teamix.net> | |
Thu, 22 Nov 2012 10:40:17 +0000 (11:40 +0100) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Thu, 22 Nov 2012 10:40:17 +0000 (11:40 +0100) |
The df plugin now ignores 'rootfs' file-system types for the root file-system
to make sure it's collected only once.
Thanks to Florian La Roche for reporting this.
Closes: #657122
to make sure it's collected only once.
Thanks to Florian La Roche for reporting this.
Closes: #657122
debian/changelog | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index ef4b7ee9fb1013da29705c0ec856f21e656b8cef..cef14730b869b58e41cdd2905f385bb6bb1a1e1e 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* New upstream release:
- ping plugin: Don't abort if ping_send fails but report an error only;
thanks to Bernd Zeimetz for reporting this (Closes: #630683).
+ - df plugin: Ignore "rootfs" file-system type to make sure that root
+ file-system statistics are only collected once; thanks to Florian La
+ Roche for reporting this (Closes: #657122).
New plugins:
- Aggregate multiple values lists into one: aggregation
- Query statistics from BSD's packet filter: pf (FreeBSD only)
* debian/collectd.conf:
- Let the 'df' plugin ignore 'rootfs' (else, the root file-system would
appear twice, causing one of the updates to fail and spam the log) and
- the usual virtual / temporary file-systems.
+ the usual virtual / temporary file-systems (cf. #657122).
-- Sebastian Harl <tokkee@debian.org> Tue, 20 Nov 2012 15:40:12 +0100