aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-16 18:46:21 +0100
committerGuido Günther <agx@sigxcpu.org>2017-01-16 18:49:57 +0100
commitd704cf7062110e267b85102c986d8020ad368d6b (patch)
treea2c38fb6b5527fbaa9557ddb1472fb8c6560451a
parent348e9c11a98a5ebeba45fe3abcc2d0f48212a780 (diff)
Rename README
it was markdown like already
-rw-r--r--README.md (renamed from README)32
1 files changed, 17 insertions, 15 deletions
diff --git a/README b/README.md
index 4b758c1..d015e4a 100644
--- a/README
+++ b/README.md
@@ -2,7 +2,8 @@ This is a set of munin plugins to monitor virtual machines managed via libvirt.
See INSTALL for installation instructions.
-== Setting things up ==
+Setting things up
+=================
Autoconfiguration is simple. Run:
@@ -14,26 +15,27 @@ enable all plugins.
If you prefer to configure things by hand: The default uri used to connect to
libvirt is "qemu:///system". This can be changed in the plugin configuration:
-cat <<EOF >/etc/munin/plugin-conf.d/libvirt
-[libvirt-*]
-env.uri xen:///
-EOF
+ cat <<EOF >/etc/munin/plugin-conf.d/libvirt
+ [libvirt-*]
+ env.uri xen:///
+ EOF
Enabling plugins by hand is the same as with any other munin plugin:
- ln -s /usr/share/munin/plugins/libvirt-<plugin> /etc/munin/plugins/
- /etc/init.d/munin-node restart
+ ln -s /usr/share/munin/plugins/libvirt-<plugin> /etc/munin/plugins/
+ /etc/init.d/munin-node restart
-== Plugin Configuration ==
+Plugin Configuration
+====================
-libvirt-mem and libvirt-cputime support limits[1] for critical and warning
+libvirt-mem and libvirt-cputime support [limits][] 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
+ [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
+[limits]: http://munin.projects.linpro.no/wiki/HowToContact