Sha256: b86753ff3f8a436dcf7ebde9d9623da881dda557c3a82efbdaf7276b89bff6bd

Contents?: true

Size: 1.62 KB

Versions: 1

Compression:

Stored size: 1.62 KB

Contents

## Sensu-Plugins-boundary

[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-boundary.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-boundary)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-boundary.svg)](http://badge.fury.io/rb/sensu-plugins-boundary)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-boundary/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-boundary)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-boundary/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-boundary)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-boundary.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-boundary)

## Functionality

## Files
 * bin/check-boundary-meters

## 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-boundary -P MediumSecurity
```

You can also download the key from /certs/ within each repository.

#### Rubygems

`gem install sensu-plugins-boundary`

#### Bundler

Add *sensu-plugins-boundary* to your Gemfile and run `bundle install` or `bundle update`

#### Chef

Using the Sensu **sensu_gem** LWRP
```
sensu_gem 'sensu-plugins-boundary' do
  options('--prerelease')
  version '0.0.1'
end
```

Using the Chef **gem_package** resource
```
gem_package 'sensu-plugins-boundary' do
  options('--prerelease')
  version '0.0.1'
end
```

## Notes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sensu-plugins-boundary-0.0.1.alpha.1 README.md