README.md in sensu-plugins-ceph-0.0.1 vs README.md in sensu-plugins-ceph-0.0.2

- old
+ new

@@ -8,48 +8,15 @@ [ ![Codeship Status for sensu-plugins/sensu-plugins-ceph](https://codeship.com/projects/61bdf3c0-d4df-0132-2baa-0e210ac4c62f/status?branch=master)](https://codeship.com/projects/77911) ## Functionality ## Files - * bin/check-ceph - * bin/metrics-ceph-osd + * bin/check-ceph.rb + * bin/metrics-ceph-osd.rb ## Usage ## Installation -Add the public key (if you haven’t already) as a trusted certificate - -``` -gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem) -gem install sensu-plugins-ceph -P MediumSecurity -``` - -You can also download the key from /certs/ within each repository. - -#### Rubygems - -`gem install sensu-plugins-ceph` - -#### Bundler - -Add *sensu-plugins-ceph* to your Gemfile and run `bundle install` or `bundle update` - -#### Chef - -Using the Sensu **sensu_gem** LWRP -``` -sensu_gem 'sensu-plugins-ceph' do - options('--prerelease') - version '0.0.1' -end -``` - -Using the Chef **gem_package** resource -``` -gem_package 'sensu-plugins-ceph' do - options('--prerelease') - version '0.0.1' -end -``` +[Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md) ## Notes