Package: munin-node
Version: 1.2.6-10~lenny2
Severity: normal
Tags: patch
The included sensors_ plugin does not parse output from the 'sensors' program
properly. As a result, some voltages may not be plotted. Note the space
before the + on the +X Voltage lines. This bug is also present upstream on the
latest trunk version.
$ sensors
atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage: +1.09 V (min = +0.85 V, max = +1.60 V)
+3.3 Voltage: +3.44 V (min = +2.97 V, max = +3.63 V)
+5 Voltage: +5.12 V (min = +4.50 V, max = +5.50 V)
+12 Voltage: +12.30 V (min = +10.20 V, max = +13.80 V)
CPU FAN Speed: 1757 RPM (min = 600 RPM)
CHASSIS FAN Speed:1205 RPM (min = 600 RPM)
CPU Temperature: +26.0°C (high = +60.0°C, crit = +95.0°C)
MB Temperature: +30.0°C (high = +45.0°C, crit = +95.0°C)
Attached is a patch to fix this:
--- /usr/share/munin/plugins/sensors_ 2009-11-25 21:38:05.000000000 +1100
+++ sensors_volt 2010-03-13 08:21:35.962439002 +1100
@@ -80,3 +80,3 @@
volt => {
- regex => qr/^(\S[^:]*)\s*:\s+\+?(-?\d+(?:\.\d+)?)
V(?:\s+\(min\s*=\s*\+?(-?\d+(?:\.\d+)?) V,\s*max\s*=\s*\+?(-?\d+(?:\.\d+)?)
V\))/m,
+ regex => qr/^(\s?\S[^:]*)\s*:\s+\+?(-?\d+(?:\.\d+)?)
V(?:\s+\(min\s*=\s*\+?(-?\d+(?:\.\d+)?) V,\s*max\s*=\s*\+?(-?\d+(?:\.\d+)?)
V\))/m,
title => 'Voltages',
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (700, 'stable'), (200, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages munin-node depends on:
ii adduser 3.110 add and remove users and groups
ii gawk 1:3.1.5.dfsg-4.1 GNU awk, a pattern scanning and pr
ii libnet-server-perl 0.97-1 An extensible, general perl server
ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
ii perl 5.10.0-19lenny2 Larry Wall's Practical Extraction
ii procps 1:3.2.7-11 /proc file system utilities
Versions of packages munin-node recommends:
ii libnet-snmp-perl 5.2.0-1 Script SNMP connections
Versions of packages munin-node suggests:
ii ethtool 6+20080913-1 display or change Ethernet device
pn libdbd-pg-perl <none> (no description available)
pn liblwp-useragent-deter <none> (no description available)
pn libnet-irc-perl <none> (no description available)
ii libwww-perl 5.834-1 Perl HTTP/WWW client/server librar
ii lm-sensors 1:3.1.2-2 utilities to read temperature/volt
ii munin 1.2.6-10~lenny2 network-wide graphing framework (g
ii munin-plugins-extra 1.2.6-10~lenny2 network-wide graphing framework (u
ii mysql-client 5.0.51a-24+lenny3 MySQL database client (metapackage
ii mysql-client-5.0 [mysq 5.0.51a-24+lenny3 MySQL database client binaries
ii python 2.5.2-3 An interactive high-level object-o
ii smartmontools 5.38-2+lenny1 control and monitor storage system
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]