From bc056f5982cf5fa10560f21aa34d231af84b514a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 27 Oct 2008 20:08:04 +0100 Subject: add README --- INSTALL | 8 -------- README | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 README diff --git a/INSTALL b/INSTALL index 5228433..789eb9d 100644 --- a/INSTALL +++ b/INSTALL @@ -3,11 +3,3 @@ 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 - diff --git a/README b/README new file mode 100644 index 0000000..cbb8ab0 --- /dev/null +++ b/README @@ -0,0 +1,23 @@ +This is a set of munin plugins to monitor virtual machines managed via libvirt. + +See INSTALL for installation instructions. + +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 + +libvirt-mem and libvirt-cputime support limits[1] for critical and warning +values. These are set to 90% (warning) and 95% (critical) by default. However +you can change them in /etc/munin/munin.conf: + +[somehost.example.com] +libvirt_cputime.total_pc.warning 60 +libvirt_cputime.total_pc.critical 75 +libvirt_mem.total_pc.warning 25 +libvirt_mem.total_pc.critical 50 + +[1]: http://munin.projects.linpro.no/wiki/HowToContact -- cgit v1.2.3