sensu-plugin / sensu-plugins-redact

Sensu extension that redacts sensitive information

Home Page:http://sensu-plugins.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensu-Plugins-redact

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

  • bin/extension-redact

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-redact -P MediumSecurity

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

Rubygems

gem install sensu-plugins-redact

Bundler

Add sensu-plugins-disk-checks to your Gemfile and run bundle install or bundle update

Chef

Using the Sensu sensu_gem LWRP

sensu_gem 'sensu-plugins-redact' do
  options('--prerelease')
  version '0.0.1'
end

Using the Chef gem_package resource

gem_package 'sensu-plugins-redact' do
  options('--prerelease')
  version '0.0.1'
end

Notes

About

Sensu extension that redacts sensitive information

http://sensu-plugins.github.io

License:MIT License


Languages

Language:Ruby 100.0%