[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.6'
Florian Forster
octo at verplant.org
Fri May 1 16:42:25 CEST 2009
src/apcups.c | 10 +++++-----
src/battery.c | 2 ++
src/exec.c | 6 +++++-
src/hddtemp.c | 3 +++
src/ipmi.c | 6 ++++--
src/iptables.c | 2 ++
src/irq.c | 10 ++++++----
src/load.c | 2 +-
src/mbmon.c | 4 +++-
src/memcached.c | 7 ++++---
src/nginx.c | 2 ++
src/processes.c | 7 ++++---
src/sensors.c | 1 +
src/tcpconns.c | 4 +++-
src/users.c | 6 ++++++
src/vserver.c | 2 ++
16 files changed, 53 insertions(+), 21 deletions(-)
New commits:
commit 52f41fed6e32f66f5817a82ae175fd443084f8a3
Merge: 4a453ab95047898e5942e869b09ebcba4c083d28 3d4319f8ec237226f85e05848650a0f14f5cf2ab
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Fri May 1 16:34:51 2009 +0200
Merge branch 'collectd-4.5' into collectd-4.6
commit 3d4319f8ec237226f85e05848650a0f14f5cf2ab
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Fri May 1 16:34:30 2009 +0200
irq plugin: Force 32bit wrap-around.
commit 98ace6ba53855a4984e79bd7a6ed9a785478ba4f
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Fri May 1 16:34:15 2009 +0200
battery plugin: Fix a typo.
commit ac1aa530ff9c875068e69991f6cfa7f46ea10aaf
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Sat Apr 18 17:45:01 2009 +0200
irq plugin: Parse interrupt counters as unsigned long long.
Hello,
attached patch fixes accounting of most frequent interrupts (like NICs
on routers). E.g. in my case:
213: 76266 76357 76250 76397 2408617852 2411844062 2411642538 2411814531 PCI-MSI-edge eth1
214: 2621368360 2621463385 2621343444 2621386931 2349184 28 35 32 PCI-MSI-edge eth0
Here LONG_MAX (2147483647L) overflows in 10 days uptime and strtol()
returns the same value.
As all the values (including counter_t) are unsigned long long int, the
fix is trivial (for now there's no need to check for irq_value overflow;>).
--
Tomasz Pala <gotar at pld-linux.org>
Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>
commit 4fcf23160e7d3fd034dc7e807cbf4047970dd218
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Mon Apr 20 16:16:33 2009 +0200
Various plugins: Update copyright information.
More information about the collectd-changes
mailing list