Sha256: dbabcb6bbc2f711a8ca4d37f79c5a17f448b8f25786327a3018561a5afc19bd6

Contents?: true

Size: 1.64 KB

Versions: 1

Compression:

Stored size: 1.64 KB

Contents

## Sensu-Plugins-wordpress

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

## Functionality

## Files
 * bin/check-wpscan.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-wordpress -P MediumSecurity
```

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

#### Rubygems

`gem install sensu-plugins-wordpress`

#### Bundler

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

#### Chef

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

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

## Notes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sensu-plugins-wordpress-0.0.1.alpha.2 README.md