Package: munin-node
Version: 1.4.5-3
Severity: minor
Tags: upstream patch
I spotted a couple of spelling mistakes in the config output of the
"users" plugin, patch attached.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages munin-node depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii gawk 1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii libnet-server-perl 0.97-1 An extensible, general perl server
ii lsb-base 3.2-23.1 Linux Standard Base 3.2 init scrip
ii munin-common 1.4.5-3 network-wide graphing framework (c
ii perl 5.10.1-16 Larry Wall's Practical Extraction
ii procps 1:3.2.8-9 /proc file system utilities
Versions of packages munin-node recommends:
ii libnet-snmp-perl 5.2.0-4 Script SNMP connections
Versions of packages munin-node suggests:
pn ethtool <none> (no description available)
ii hdparm 9.32-1 tune hard disk parameters for high
pn libcache-cache-perl <none> (no description available)
ii libcrypt-ssleay-perl 0.57-2 Support for https protocol in LWP
ii libdbd-mysql-perl 4.016-1 Perl5 database interface to the My
pn libdbd-pg-perl <none> (no description available)
pn liblwp-useragent-determ <none> (no description available)
pn libnet-irc-perl <none> (no description available)
ii libnet-ssleay-perl 1.36-1 Perl module for Secure Sockets Lay
pn libtext-csv-xs-perl <none> (no description available)
ii libwww-perl 5.836-1 Perl HTTP/WWW client/server librar
ii libxml-simple-perl 2.18-3 Perl module for reading and writin
ii lm-sensors 1:3.1.2-6 utilities to read temperature/volt
ii logtail 1.3.13 Print log file lines that have not
pn munin <none> (no description available)
pn munin-java-plugins <none> (no description available)
pn munin-plugins-extra <none> (no description available)
ii mysql-client 5.1.49-3 MySQL database client (metapackage
ii mysql-client-5.1 [mysql 5.1.49-3 MySQL database client binaries
ii net-tools 1.60-23 The NET-3 networking toolkit
ii python 2.6.6-3+squeeze2 interactive high-level object-orie
ii ruby 4.5 An interpreter of object-oriented
ii smartmontools 5.39.1+svn3124-1 control and monitor storage system
-- Configuration Files:
/etc/munin/munin-node.conf changed [not included]
/etc/munin/plugin-conf.d/munin-node changed [not included]
-- no debconf information
--- /usr/share/munin/plugins/users 2010-10-05 14:39:09.000000000 +0100
+++ users 2011-01-19 13:23:27.000000000 +0000
@@ -74,10 +74,10 @@
print "pts.colour 00FFFF\n";
print "X.label X displays\n";
print "X.draw AREASTACK\n";
- print "X.info Users logged in on a X display\n";
+ print "X.info Users logged in on an X display\n";
print "X.colour 000000\n";
print "other.label Other users\n";
- print "other.info Users loged in by indeterminate method\n";
+ print "other.info Users logged in by indeterminate method\n";
print "other.colour FF0000\n";
foreach my $field qw(tty pty pts X other) {
print_thresholds($field);