Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Feb 3, 2016
1 parent d7f987a commit e58c1f3
Showing 1 changed file with 2 additions and 42 deletions.
44 changes: 2 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,16 @@
# SENSU/SENSU-COMMUNITY-PLUGINS IS NOW DEPRECIATED
# SENSU/SENSU-COMMUNITY-PLUGINS IS NOW CLOSED

# This repo is not currently accepting new feature code or issues not concerning established bug or security issues.
# This repo is not currently accepting any new issues or pull requests if you are looking for plugins please go to the new [Sensu-Plugins](https://github.com/sensu-plugins)

###Bug fixes and security fixes are still permitted at the admin's discretion. All new code and issues should be directed to [sensu-plugins](https://github.com/sensu-plugins). If your plugin does not belong in an existing repo or if you are unsure than open an Issue in [sensu-plugins-feature-requests](https://github.com/sensu-plugins/sensu-plugins-feature-requests) and we can take a look at it and create a new repo for you or offer a suggestion as to where it should go.

In the comming weeks the remaining open issues and pull requests will be migrated, resolved or dropped. We encourage everyone to keep contributing to this project at its [new home](https://github.com/sensu-plugins). The [project site](http://sensu-plugins.io) is more than adaquate to keep you up-to-date.

**[Sensu-Plugins Documentation](http://sensu-plugins.io)** (WIP)

**[Sensu-Plugin Directory](http://sensu-plugins.io/plugins/)** (WIP)

**[Sensu-Plugins Specific News](http://sensu-plugins.io/blog/)**



[![Build Status](https://travis-ci.org/sensu/sensu-community-plugins.png?branch=master)](https://travis-ci.org/sensu/sensu-community-plugins)[![Code Climate](https://codeclimate.com/github/sensu/sensu-community-plugins/badges/gpa.svg)](https://codeclimate.com/github/sensu/sensu-community-plugins)


![sensu](https://raw.github.com/sensu/sensu/master/sensu-logo.png)

## Community plugins, extensions, and handlers

This gem contains some example plugins and handlers for Sensu. Most of
them are implemented in Ruby and use the `sensu-plugin` framework (a
small gem); some also depend on additional gems (e.g. `mysql`). Some
are shell scripts! All languages are welcome.

In the future, some sort of browsing/metadata/installation system may be
implemented. For now, just clone this repository, take a look around,
and copy the plugins you want to use.

## Production usage

Linters currently run against Ruby 1.9.3, 2.0 and 2.1 and RSpec3 tests are being written to support 1.9.2, 1.9.3, 2.0, and 2.1. There are no plans to support prior versions of Ruby, if you have no access to these versions please use the embedded Ruby that is installed with Sensu.

Because of the nature of this repository:

* little test coverage
* specific and exotic software being checked
* no versioning system for plugins

this is not recommended that you use master for your production instances.
Better pick something which works for you and lock it via `:ref` in your
`chef || puppet || ansible || bash script` you name it.

If you have installed Sensu using the omnibus package it will use an embedded
version of ruby, but the ruby plugins here will use the system one. If you want
to use the embedded ruby, which has the `sensu-plugin` gem installed as well,
you can set `EMBEDDED_RUBY=true` in `/etc/default/sensu` and restart the Sensu
services. This will put the embedded ruby first in the $PATH for commands run
by the Sensu services.

## License

Copyright 2011 Sonian, Inc. and contributors.
Expand Down

0 comments on commit e58c1f3

Please sign in to comment.