README.md in zabbix-cloudwatch-0.0.6 vs README.md in zabbix-cloudwatch-0.1.0

- old
+ new

@@ -1,8 +1,12 @@ # zabbix-cloudwatch [![Gem Version](https://badge.fury.io/rb/zabbix-cloudwatch.png)](http://badge.fury.io/rb/zabbix-cloudwatch) +[![Code Climate](https://codeclimate.com/github/randywallace/zabbix-cloudwatch.png)](https://codeclimate.com/github/randywallace/zabbix-cloudwatch) +[![Dependency Status](https://gemnasium.com/randywallace/zabbix-cloudwatch.png)](https://gemnasium.com/randywallace/zabbix-cloudwatch) +[![Build Status](https://travis-ci.org/randywallace/zabbix-cloudwatch.png?branch=master)](https://travis-ci.org/randywallace/zabbix-cloudwatch) +[![Coverage Status](https://coveralls.io/repos/randywallace/zabbix-cloudwatch/badge.png)](https://coveralls.io/r/randywallace/zabbix-cloudwatch) An external script for getting cloudwatch metrics into Zabbix ``` Usage: zabbix-cloudwatch @@ -19,10 +23,10 @@ --aws-region AWS Region Default: us-east-1 ``` ## Getting it running -* It is only guaranteed to work on ruby 1.8.7 at this time and will throw an Exception on other rubies. +* Currently tested against ruby 1.8.7, 1.9.3, and 2.0.0 * for some of the gem dependencies, you will need the ruby development packages, gcc, libxml2, and libxslt Modify these steps to taste (examples given running on the Amazon AMI 2013.03): ```bash yum install ruby ruby-devel rubygems gcc libxml2-devel libxslt-devel