
|
Zarafa munin scriptsI have created 2 scripts(in ruby) to gather some stats of my Zarafa server # /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 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)
|