Skip to content

Commit

Permalink
Changing readme to Markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstielau committed Jun 11, 2013
1 parent f18615f commit e86a9ea
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.org → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Sensu Community Plugins

[![Build Status](https://travis-ci.org/sensu/sensu-community-plugins.png?branch=master)](https://travis-ci.org/sensu/sensu-community-plugins)

* Sensu Plugins
## Community plugins, extenions, 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
Expand All @@ -11,7 +13,7 @@ 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.

* Contributing
## Contributing

If you have a new plugin or handler, send a pull request! Please format
the names of scripts using dashes to separate words and with an
Expand All @@ -24,7 +26,7 @@ be declared in the header of the plugin/handler file.

Only pull requests passing lint/tests will be merged.

* Rubocop linting
## Rubocop linting

Rubocop is used to lint the style of the ruby plugins. This is done
to standardize the style used within these plugins, and ensure high
Expand All @@ -37,7 +39,7 @@ bundle install
bundle exec rubocop
```

* License
## License

Copyright 2011 Sonian, Inc. and contributors.

Expand Down

0 comments on commit e86a9ea

Please sign in to comment.