README.md in sensu-plugins-haproxy-0.0.1.alpha.3 vs README.md in sensu-plugins-haproxy-0.0.1
- old
+ new
@@ -3,10 +3,11 @@
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-haproxy.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-haproxy)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-haproxy.svg)](http://badge.fury.io/rb/sensu-plugins-haproxy)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-haproxy/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-haproxy)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-haproxy/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-haproxy)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-haproxy.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-haproxy)
+[ ![Codeship Status for sensu-plugins/sensu-plugins-haproxy](https://codeship.com/projects/f196a180-d1e5-0132-1723-16c1124d299d/status?branch=master)](https://codeship.com/projects/77420)
## Functionality
## Files
* bin/check-haproxy.rb
@@ -14,41 +15,9 @@
## Usage
## Installation
-Add the public key (if you haven’t already) as a trusted certificate
+[Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
-```
-gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
-gem install sensu-plugins-haproxy -P MediumSecurity
-```
-
-You can also download the key from /certs/ within each repository.
-
-#### Rubygems
-
-`gem install sensu-plugins-haproxy`
-
-#### Bundler
-
-Add *sensu-plugins-haproxy* to your Gemfile and run `bundle install` or `bundle update`
-
-#### Chef
-
-Using the Sensu **sensu_gem** LWRP
-```
-sensu_gem 'sensu-plugins-haproxy' do
- options('--prerelease')
- version '0.0.1.alpha.1'
-end
-```
-
-Using the Chef **gem_package** resource
-```
-gem_package 'sensu-plugins-haproxy' do
- options('--prerelease')
- version '0.0.1.alpha.1'
-end
-```
## Notes