Package: munin Version: 1.4.5-3 Severity: important Tags: patch upstream Please backport the fix for http://www.munin-monitoring.org/ticket/952
It will be in 1.4.6, the changeset is: http://munin-monitoring.org/changeset/3940 Since the patch is so short, I will include it inline, too: Index: /branches/1.4-stable/node/lib/Munin/Node/Server.pm =================================================================== --- /branches/1.4-stable/node/lib/Munin/Node/Server.pm (revision 3870) +++ /branches/1.4-stable/node/lib/Munin/Node/Server.pm (revision 3940) @@ -181,5 +181,5 @@ logger ("DEBUG: Running command \"$_\".") if $config->{DEBUG}; if (/^list\s*([0-9a-zA-Z\.\-]+)?/i) { - _list_services($session, $1); + _list_services($session, lc($1)); } elsif (/^cap\s?(.*)/i) { -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

