The Munin reference ticket: http://munin-monitoring.org/ticket/1161
This bug is still in munin-node (1.4.6-3ubuntu3.4). The attached patch
works for me brilliantly.
** Bug watch added: munin-monitoring.org/ #1161
http://munin-monitoring.org/ticket/1161
** Patch added: "patch from reference ti
how I fixed mine:
sed -i -e 's/qw "busy idle"/(qw("busy idle"))/'
/usr/share/munin/plugins/apache_processes
sed -i -e 's/qw(tty pty pts X other)/(qw(tty pty pts X other))/'
/usr/share/munin/plugins/users
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is sub
Well, I don't think that this is fixed, according to
http://search.cpan.org/~jesse/perl-5.14.0/pod/perl5135delta.pod#Use_of_qw%28...%29_as_parentheses
the qw() function has to be wrapped in parentheses in order to be parsed
correctly by perl 5.
If you do grep 'qw(' /usr/share/munin/plugins/* -n in
** Changed in: munin (Ubuntu)
Importance: Undecided => Medium
** Changed in: munin (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052815
Title:
Perl warnin
Sorry, what an obvious thing to forget!
munin-common 1.4.6-3ubuntu3.1
munin-node 1.4.6-3ubuntu3.1
This is on Ubuntu 12.04.1 (precise).
I figured they'd probably have been fixed upstream, but it'd be good to
see the fix make its way in to the Ubuntu packa
You don't say what version of munin you're using, but these have been
fixed upstream for a while.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052815
Title:
Perl warnings break plugins
To manage