Zarafa munin scripts

I have created 2 scripts(in ruby) to gather some stats of my Zarafa server
The first one
zarafa-memory gives a overview of the used memory(Rss) for 5 processes of Zarafa

# /etc/munin/plugins/zarafa-memory
zarafa_server.value 49696000
zarafa_gateway.value 21812000
zarafa_ical.value 6108000
zarafa_monitor.value 4284000
zarafa_spooler.value 4800000

You need to place the script into /etc/munin/plugins and restart munin-node
(after 5 or 10min you will see the first grapics)

The second script zarafa-threads gives a overview of the thread usage

# /etc/munin/plugins/zarafa-threads
zarafa_server.value 11
zarafa_gateway.value 9
zarafa_ical.value 1
zarafa_monitor.value 2
zarafa_spooler.value 2

Later I will create another one to view the internal caching and maybe more (if there is time)