Sha256: 2271a67ad5adad89ba97c1c5ea4350d7d0d4cc332cdb5b23d67c6c64bd9da1eb
Contents?: true
Size: 1.75 KB
Versions: 1
Compression:
Stored size: 1.75 KB
Contents
## Sensu-Plugins-ceph [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-ceph.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-ceph) [![Gem Version](https://badge.fury.io/rb/sensu-plugins-ceph.svg)](http://badge.fury.io/rb/sensu-plugins-ceph) [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph) [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-ceph) [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-ceph.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-ceph) [ ![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 ## 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 ``` ## Notes
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sensu-plugins-ceph-0.0.1 | README.md |