Your message dated Sun, 14 Jun 2020 01:04:31 +0000
with message-id <[email protected]>
and subject line Bug#962771: Removed package(s) from unstable
has caused the Debian Bug report #572044,
regarding virt-goodies: munin plugin do not work with xen
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.)


-- 
572044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572044
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: virt-goodies
Version:0.3-1

Tested the munin plugin on a Xen host with libvirt configured, and the
munin plugin reports "No domains found." instead of showing
information.

Changing the uri used by the plugin like this made it show some
values:

--- /etc/munin/plugins/libvirt  2010-02-18 08:05:27.000000000 +0100
+++ /tmp/libvirt        2010-03-01 09:51:19.000000000 +0100
@@ -29,7 +29,7 @@

 # Default settings
 force_order = []
-uri = 'qemu:///system'
+uri = 'xen:///system'
 graph_type = 'stacked'

 # Get overrides from environment

The value shown was like this:

  Domain__.value 191028835

I guess the 0 in Domain0 should be kept to avoid confusion.  Something
like this might be good enough.

--- /etc/munin/plugins/libvirt  2010-02-18 08:05:27.000000000 +0100
+++ /tmp/libvirt        2010-03-01 09:57:06.000000000 +0100
@@ -37,7 +37,7 @@
     if key in env:
         locals()[key] = eval(env[key], None)

-valid_re = re.compile('[A-Za-z_]')
+valid_re = re.compile('[A-Za-z0-9_]')

 def canonicalise(s):
     retval = ''

Also, the munin plugin should be changed to dynamically detect if qemu
or xen uri should be used.  Not quite sure how to best do it, but
perhaps the code behind 'virsh uri' can be used?

Happy hacking,
-- 
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Version: 0.4-2.1+rm

Dear submitter,

as the package virt-goodies has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/962771

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to