<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AccelCloud Services</title>
	<atom:link href="http://www.accelcloud.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.accelcloud.com</link>
	<description>Storage, High available, hig performance, remote desktop</description>
	<lastBuildDate>Wed, 18 Apr 2012 14:35:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Linux flashcache and bcache performance testing</title>
		<link>http://www.accelcloud.com/2012/04/18/linux-flashcache-and-bcache-performance-testing/</link>
		<comments>http://www.accelcloud.com/2012/04/18/linux-flashcache-and-bcache-performance-testing/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 14:11:41 +0000</pubDate>
		<dc:creator>AccelCloud</dc:creator>
				<category><![CDATA[Corporate News]]></category>
		<category><![CDATA[Technical blog]]></category>

		<guid isPermaLink="false">http://www.accelcloud.com/?p=634</guid>
		<description><![CDATA[<p>The tests have been performed in order to see the current performance improvements of using <a href="https://github.com/facebook/flashcache/">Flashcache</a> or <a href="http://bcache.evilpiepirate.org">Bcache</a> having writeback caching enabled. For testing we used Phoronix Test Suite and we ran the pts/disk benchmark group. Each benchmark ran took around 9 hours.</p><p>&nbsp;</p><p>We have ran all of the tests on a Debian Squeeze install (current stable) but unfortunately there was a difference and that is the kernel version. All of the single disk/ssd, software raid and Flashcache tests were made on 2.6.32 while the Bcache test was ran on kernel 3.1.0 (whole kernel source was checked out from Bcache repository and the config from the Debian 2.6.32 kernel was applied). The difference with Bcache is because they recommend to run with the latest kernel from their repository and also the fact that we couldn't find the 2.6.32 kernel patch for Bcache. On the other hand Flashcache is officially tested and supported on kernel versions 2.6.18, 2.6.20 and 2.6.27-32 so we didn't want to try it against 3.1.0</p><p>&nbsp;</p><p>Software raid was used for the S-ATA disks and write caching was enabled for those. The filesystem used was XFS, the elvator CFQ. The settings for both flashcache and bcache are below; for flashcache we tested with skip_seq_thresh_kb=512 and with raid0 we also did a test with skip_seq_thresh_kb=4096 .</p><p>&nbsp;</p><p><!--more--></p><p>--------------------- Flashcache ---------------------</p><p>dev.flashcache.sde+md0.fallow_delay = 900 dev.flashcache.sde+md0.fallow_clean_speed = 2 dev.flashcache.sde+md0.cache_all = 1 dev.flashcache.sde+md0.fast_remove = 0 dev.flashcache.sde+md0.zero_stats = 0 dev.flashcache.sde+md0.reclaim_policy = 0 dev.flashcache.sde+md0.pid_expiry_secs = 60 dev.flashcache.sde+md0.max_pids = 100 dev.flashcache.sde+md0.do_pid_expiry = 0 dev.flashcache.sde+md0.max_clean_ios_set = 2 dev.flashcache.sde+md0.max_clean_ios_total = 4 dev.flashcache.sde+md0.dirty_thresh_pct = 20 dev.flashcache.sde+md0.stop_sync = 0 dev.flashcache.sde+md0.do_sync = 0 dev.flashcache.sde+md0.io_latency_hist = 0 dev.flashcache.sde+md0.skip_seq_thresh_kb = 512</p><p>&nbsp;</p><p>--------------------- Bcache ---------------------</p><p>#make-bcache -B /dev/md0 #make-bcache -C -w4k -b1M --writeback /dev/sde #echo /dev/md0 &gt; /sys/fs/bcache/register #echo /dev/sde &gt; /sys/fs/bcache/register #mkfs.xfs /dev/bcache0 #ls /sys/fs/bcache/ 34abebd9-eb8a-4556-8d6c-6166d2850379  register  register_quiet #echo 34abebd9-eb8a-4556-8d6c-6166d2850379 &gt; /sys/block/md0/bcache/attach [ 2566.626819] bcache: Caching md0, inserted new UUID 795e3647-bc1e-4be5-874a-d0cb4bbb7496 # echo 1 &gt; /sys/block/md0/bcache/writeback</p><p>&nbsp;</p><p>The test results should be carefully analysed and the context needs to be taken into account , meaning for example that the S-ATA version used is 2 so in theory the limit per device is 3Gbit/s and if you take into account that the IOzone 8GB read performance test reports for one S-ATA rotational disk 2311GB/s then it's clear that the Linux kernel's disk cache was hit during this test as the memory was enough to cache it (16GB ram).</p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/systems.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/systems.png" width="517" height="298" /></a></p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/overview.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/overview.png" width="727" height="687" /></a></p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/summary.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/summary.png" width="1132" height="199" /></a></p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/1.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/1.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/2.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/2.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/3.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/3.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/4.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/4.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/5.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/5.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/6.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/6.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/7.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/7.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/8.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/8.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/9.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/9.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/10.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/10.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/11.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/11.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/12.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/12.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/13.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/13.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/14.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/14.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/15.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/15.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/16.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/16.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/17.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/17.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/18.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/18.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/19.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/19.png" width="580" height="517" /></a></p>]]></description>
			<content:encoded><![CDATA[<p>The tests have been performed in order to see the current performance improvements of using <a href="https://github.com/facebook/flashcache/">Flashcache</a> or <a href="http://bcache.evilpiepirate.org">Bcache</a> having writeback caching enabled. For testing we used Phoronix Test Suite and we ran the pts/disk benchmark group. Each benchmark ran took around 9 hours.</p><p>&nbsp;</p><p>We have ran all of the tests on a Debian Squeeze install (current stable) but unfortunately there was a difference and that is the kernel version. All of the single disk/ssd, software raid and Flashcache tests were made on 2.6.32 while the Bcache test was ran on kernel 3.1.0 (whole kernel source was checked out from Bcache repository and the config from the Debian 2.6.32 kernel was applied). The difference with Bcache is because they recommend to run with the latest kernel from their repository and also the fact that we couldn't find the 2.6.32 kernel patch for Bcache. On the other hand Flashcache is officially tested and supported on kernel versions 2.6.18, 2.6.20 and 2.6.27-32 so we didn't want to try it against 3.1.0</p><p>&nbsp;</p><p>Software raid was used for the S-ATA disks and write caching was enabled for those. The filesystem used was XFS, the elvator CFQ. The settings for both flashcache and bcache are below; for flashcache we tested with skip_seq_thresh_kb=512 and with raid0 we also did a test with skip_seq_thresh_kb=4096 .</p><p>&nbsp;</p><p><!--more--></p><p>--------------------- Flashcache ---------------------</p><p>dev.flashcache.sde+md0.fallow_delay = 900 dev.flashcache.sde+md0.fallow_clean_speed = 2 dev.flashcache.sde+md0.cache_all = 1 dev.flashcache.sde+md0.fast_remove = 0 dev.flashcache.sde+md0.zero_stats = 0 dev.flashcache.sde+md0.reclaim_policy = 0 dev.flashcache.sde+md0.pid_expiry_secs = 60 dev.flashcache.sde+md0.max_pids = 100 dev.flashcache.sde+md0.do_pid_expiry = 0 dev.flashcache.sde+md0.max_clean_ios_set = 2 dev.flashcache.sde+md0.max_clean_ios_total = 4 dev.flashcache.sde+md0.dirty_thresh_pct = 20 dev.flashcache.sde+md0.stop_sync = 0 dev.flashcache.sde+md0.do_sync = 0 dev.flashcache.sde+md0.io_latency_hist = 0 dev.flashcache.sde+md0.skip_seq_thresh_kb = 512</p><p>&nbsp;</p><p>--------------------- Bcache ---------------------</p><p>#make-bcache -B /dev/md0 #make-bcache -C -w4k -b1M --writeback /dev/sde #echo /dev/md0 &gt; /sys/fs/bcache/register #echo /dev/sde &gt; /sys/fs/bcache/register #mkfs.xfs /dev/bcache0 #ls /sys/fs/bcache/ 34abebd9-eb8a-4556-8d6c-6166d2850379  register  register_quiet #echo 34abebd9-eb8a-4556-8d6c-6166d2850379 &gt; /sys/block/md0/bcache/attach [ 2566.626819] bcache: Caching md0, inserted new UUID 795e3647-bc1e-4be5-874a-d0cb4bbb7496 # echo 1 &gt; /sys/block/md0/bcache/writeback</p><p>&nbsp;</p><p>The test results should be carefully analysed and the context needs to be taken into account , meaning for example that the S-ATA version used is 2 so in theory the limit per device is 3Gbit/s and if you take into account that the IOzone 8GB read performance test reports for one S-ATA rotational disk 2311GB/s then it's clear that the Linux kernel's disk cache was hit during this test as the memory was enough to cache it (16GB ram).</p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/systems.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/systems.png" width="517" height="298" /></a></p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/overview.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/overview.png" width="727" height="687" /></a></p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/summary.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/summary.png" width="1132" height="199" /></a></p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/1.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/1.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/2.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/2.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/3.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/3.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/4.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/4.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/5.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/5.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/6.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/6.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/7.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/7.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/8.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/8.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/9.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/9.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/10.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/10.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/11.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/11.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/12.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/12.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/13.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/13.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/14.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/14.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/15.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/15.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/16.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/16.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/17.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/17.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/18.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/18.png" width="580" height="517" /></a></p><p>&nbsp;</p><p><a href="http://www.accelcloud.com/wp-content/uploads/2012/04/19.png"><img src="http://www.accelcloud.com/wp-content/uploads/2012/04/19.png" width="580" height="517" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.accelcloud.com/2012/04/18/linux-flashcache-and-bcache-performance-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zarafa zabbix templates</title>
		<link>http://www.accelcloud.com/2011/08/02/zarafa-zabbix-templates/</link>
		<comments>http://www.accelcloud.com/2011/08/02/zarafa-zabbix-templates/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 12:02:03 +0000</pubDate>
		<dc:creator>AccelCloud</dc:creator>
				<category><![CDATA[Corporate News]]></category>
		<category><![CDATA[Technical blog]]></category>

		<guid isPermaLink="false">http://www.accelcloud.com/?p=568</guid>
		<description><![CDATA[<p>At <a href="http://www.zarafa.com/summercamp2011">Zarafa Summercamp 2011</a> Steve Hardy presented <a href="http://community.zarafa.com/pg/plugins/project/1573/developer/steve/zarafa-python-tools">two python scripts</a> which use the zarafa python MAPI bindings in order to get the internal Zarafa statistics, so we decided to use this as a base for a Zabbix plugin.</p>
<p><!--more-->
	On each host which needs monitoring you need to copy the scripts : zarafa-zabbix-stats-sender and zarafa_configured_cache_size.sh and set them up in cron. Edit both scripts and put/adjust the hostname and zabbix server entries according to each of your monitored hosts.
	</p>

	zarafa-zabbix-stats-sender - is a python script which needs zarafa-python_6.40.10-28214 or newer and ZCP 6.40.10 or newer. This script actually sends all of the data. We are using it on Ubuntu Lucid with python 2.6.
	zarafa_configured_cache_size.sh - small shell script which gets the cache settings from /etc/zarafa/server.cfg and sends them to Zabbix. The script is set to run once in 6 hours, but you can increase, decrease as needed(also you need to adjust the items if you do this).

<p>Both scripts above rely on zabbix_sender in order to send the data to the Zabbix server.
	
	The cron entries are:
	
	#send zarafa cache statistics to zabbix
	* * * * * /usr/bin/python /usr/local/bin/zarafa-zabbix-stats-sender &gt; /dev/null 2&gt;&amp;1
	1 0,6,12,18 * * * /usr/local/bin/zarafa_configured_cache_size.sh &gt; /dev/null 2&gt;&amp;1
	
	Import the XML file in Zabbix using the web interface and associate the host(s) with Template_app_zarafa_stats_active. Create screens as needed.
	
	We recommend to use this together with Paulson McIntyre&#039;s <a href="http://www.zabbix.com/wiki/templates/apache">Apache monitoring script</a> and the Mysql extended monitoring provided by <a href="http://code.google.com/p/appaloosa-zabbix-templates/">appaloosa-zabbix-templates</a> as they will give you a good view in your ZCP installation. 
	
	</p>
<a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa_zabbix_template.tar.gz">Download zarafa_zabbix_template.tar.gz</a>
<p>
	
	<a href="http://www.accelcloud.com/wp-content/uploads/2011/08/chart2.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/chart2-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-2.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-2-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-3.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-3-150x150.png" width="150" /></a> 
	
	<a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-4.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-4-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-5.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-5-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-6.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-6-150x150.png" width="150" /></a> 
	
	<a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-7.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-7-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-8.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-8-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-9.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-9-150x150.png" width="150" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.zarafa.com/summercamp2011">Zarafa Summercamp 2011</a> Steve Hardy presented <a href="http://community.zarafa.com/pg/plugins/project/1573/developer/steve/zarafa-python-tools">two python scripts</a> which use the zarafa python MAPI bindings in order to get the internal Zarafa statistics, so we decided to use this as a base for a Zabbix plugin.</p>
<p><!--more-->
	On each host which needs monitoring you need to copy the scripts : zarafa-zabbix-stats-sender and zarafa_configured_cache_size.sh and set them up in cron. Edit both scripts and put/adjust the hostname and zabbix server entries according to each of your monitored hosts.
	</p>

	zarafa-zabbix-stats-sender - is a python script which needs zarafa-python_6.40.10-28214 or newer and ZCP 6.40.10 or newer. This script actually sends all of the data. We are using it on Ubuntu Lucid with python 2.6.
	zarafa_configured_cache_size.sh - small shell script which gets the cache settings from /etc/zarafa/server.cfg and sends them to Zabbix. The script is set to run once in 6 hours, but you can increase, decrease as needed(also you need to adjust the items if you do this).

<p>Both scripts above rely on zabbix_sender in order to send the data to the Zabbix server.
	
	The cron entries are:
	
	#send zarafa cache statistics to zabbix
	* * * * * /usr/bin/python /usr/local/bin/zarafa-zabbix-stats-sender &gt; /dev/null 2&gt;&amp;1
	1 0,6,12,18 * * * /usr/local/bin/zarafa_configured_cache_size.sh &gt; /dev/null 2&gt;&amp;1
	
	Import the XML file in Zabbix using the web interface and associate the host(s) with Template_app_zarafa_stats_active. Create screens as needed.
	
	We recommend to use this together with Paulson McIntyre&#039;s <a href="http://www.zabbix.com/wiki/templates/apache">Apache monitoring script</a> and the Mysql extended monitoring provided by <a href="http://code.google.com/p/appaloosa-zabbix-templates/">appaloosa-zabbix-templates</a> as they will give you a good view in your ZCP installation. 
	
	</p>
<a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa_zabbix_template.tar.gz">Download zarafa_zabbix_template.tar.gz</a>
<p>
	
	<a href="http://www.accelcloud.com/wp-content/uploads/2011/08/chart2.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/chart2-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-2.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-2-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-3.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-3-150x150.png" width="150" /></a> 
	
	<a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-4.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-4-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-5.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-5-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-6.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-6-150x150.png" width="150" /></a> 
	
	<a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-7.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-7-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-8.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-8-150x150.png" width="150" /></a> <a href="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-9.png"><img height="150" src="http://www.accelcloud.com/wp-content/uploads/2011/08/zarafa-zabbix-screenshot-9-150x150.png" width="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.accelcloud.com/2011/08/02/zarafa-zabbix-templates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
