aboutsummaryrefslogtreecommitdiff
path: root/libvirt-blkstat
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt-blkstat')
-rw-r--r--libvirt-blkstat9
1 files changed, 1 insertions, 8 deletions
diff --git a/libvirt-blkstat b/libvirt-blkstat
index 3104c4b..0003754 100644
--- a/libvirt-blkstat
+++ b/libvirt-blkstat
@@ -9,13 +9,6 @@
#
# depends: python-libvirt, python-libxml2
#
-# If you don't want to use the default uri use:
-#
-# [libvirt-*]
-# env.uri qemu:///system
-#
-# in your plugin configuration
-#
#%# capabilities=autoconf
#%# family=contrib
@@ -96,7 +89,7 @@ def fetch_values(uri):
def main(sys):
- uri = os.getenv("uri")
+ uri = os.getenv("uri", "qemu:///system")
if len(sys) > 1:
if sys[1] in [ 'autoconf', 'detect' ]: