From: Steven Valdez Date: Thu, 20 Jun 2013 18:22:42 +0000 (-0400) Subject: Merged changes and fixed python xen bindings X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-munin-config.git/commitdiff_plain/cb8a19dba620492a95d321a36a473d2048e45eb4 Merged changes and fixed python xen bindings --- cb8a19dba620492a95d321a36a473d2048e45eb4 diff --cc debian/changelog index 6e8a7bb,a538b6c..dab529f --- a/debian/changelog +++ b/debian/changelog @@@ -1,22 -1,21 +1,28 @@@ - xvm-munin-config (0.0.14dvorak42) precise; urgency=low -xvm-munin-config (0.0.14.1~dvorak42) precise; urgency=low ++xvm-munin-config (0.0.15) precise; urgency=low + - * Bumped version for precise-dev. ++ * Added fix for python xen bindings to host xen_cpu script. + - -- Steven Valdez Mon, 17 Jun 2013 20:43:37 -0400 ++ -- Steven Valdez Thu, 20 Jun 2013 14:21:09 -0400 + -xvm-munin-config (0.0.14~dvorak) precise; urgency=low ++xvm-munin-config (0.0.14.1~dvorak42) precise; urgency=low - * Bumped version number. + * Bumped version for precise-dev. - -- Steven Valdez Mon, 17 Jun 2013 20:23:19 -0400 + -- Steven Valdez Mon, 17 Jun 2013 20:43:37 -0400 - xvm-munin-config (0.0.14~dvorak) precise; urgency=low -xvm-munin-config (0.0.13~dvorak42) unstable; urgency=low ++xvm-munin-config (0.0.14~dvorak42) unstable; urgency=low - * Added ::ffff:$IP to list of allowed IPs + * Added ::ffff:$IP mapped IPv4 address to allowed list. - -- Steven Valdez Mon, 17 Jun 2013 19:54:55 -0400 + -- Steven Valdez Mon, 17 Jun 2013 20:07:02 -0400 +xvm-munin-config (0.0.14) unstable; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Sat, 01 Jun 2013 15:02:55 -0400 + xvm-munin-config (0.0.13) unstable; urgency=low * Ensure that UUIDs begin with a letter and not a number, to work around diff --cc host/usr/share/xvm-munin-host-config/plugins/xen_cpu index 06850cf,06850cf..988ad0f --- a/host/usr/share/xvm-munin-host-config/plugins/xen_cpu +++ b/host/usr/share/xvm-munin-host-config/plugins/xen_cpu @@@ -1,5 -1,5 +1,6 @@@ #!/usr/bin/python -- ++import sys ++sys.path.append('/usr/lib/xen-default/lib/python/') from xen.xm.main import SERVER_LEGACY_XMLRPC, SERVER_XEN_API, parseServer, parseAuthentication from xen.xend import sxp import atexit