aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 5228433b73199d5b64e6e5145c6f559309ca359f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 <<EOF >/etc/munin/plugin-conf.d/libvirt
[libvirt-*]
env.uri xen:///
EOF