From f16a74a5a0c9745fe5717436a5a49aa51fa0838b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 23 Oct 2008 12:58:36 +0200 Subject: add INSTALL --- INSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..5228433 --- /dev/null +++ b/INSTALL @@ -0,0 +1,13 @@ +Installation is simple: + +make PLUGINDIR=/etc/munin/plugins install +/etc/init.d/munin-node restart + +The default uri used to connect to libvirt is "qemu:///system". This can be +changed in the plugin configuration: + +cat </etc/munin/plugin-conf.d/libvirt +[libvirt-*] +env.uri xen:/// +EOF + -- cgit v1.2.3