From dee21c42d93a9a8656facfda335a48af0ab1ba21 Mon Sep 17 00:00:00 2001 From: cn Date: Mon, 16 Sep 2013 17:10:47 +0200 Subject: [PATCH] Add README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ceeed72 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +munin-mumble +============ + +Creates Munin graphs from the data that a (local) Murmur server provides via it's [Ice](http://www.zeroc.com/ice.html) interface. + +Needs Python Ice bindings and a local database of Slice definitions provided by the packages `python-zeroc-ice` and `ice-slice` on Debian 7 (Wheezy). + +Install +------- + +Clone this repository or download the mumble file and create a +symlink as *root* in /etc/munin/plugins by using e.g.: + + cd /etc/munin/plugins; ln -s /path/to/mumble mumble + +Needed configuration is explained in the script itself. + +**Don't forget to restart your munin-node deamon.**