Your message dated Sun, 24 Jan 2010 18:54:54 +0200
with message-id <[email protected]>
and subject line Re: Bug#566689: munin-plugins-extra: nut_* plugins should be 
configurable
has caused the Debian Bug report #566689,
regarding munin-plugins-extra: nut_* plugins should be configurable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
566689: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566689
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munin-plugins-extra
Version: 1.2.6-10~lenny1
Severity: normal
Tags: patch

Please apply this straightforward patch to nut_* plugins to make it 
configurable from the node site config file.

--- /usr/share/munin/plugins/nut_misc   2009-03-13 16:10:06.000000000 +0300
+++ nut_misc    2010-01-24 18:24:55.000000000 +0300
@@ -5,7 +5,7 @@
 my %status;
 
 my %config = (
-       upsname => '[email protected]',
+       upsname => $ENV{'upsname'},
        upsc => 'upsc'
 );
 
--- /usr/share/munin/plugins/nut_volts  2009-03-13 16:10:06.000000000 +0300
+++ nut_volts   2010-01-24 18:24:44.000000000 +0300
@@ -5,7 +5,7 @@
 my %status;
 
 my %config = (
-       upsname => '[email protected]',
+       upsname => $ENV{'upsname'},
        upsc => 'upsc'
 );
 



--- End Message ---
--- Begin Message ---
fixed 566689 1.4.0-1
quit

Hi Al,

Thanks for the bug report and the patch.

A similar patch [1]  has already been submitted upstream a while back,
and is already a part of the munin 1.4.0-1 (and up).

Regards,
    Tom Feiner

[1] http://munin.projects.linpro.no/changeset/1941

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to