Skip to content

Commit

Permalink
Converting org-mode code markup to markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstielau committed Jun 12, 2013
1 parent 9c2d540 commit 243a298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
## 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
small gem); some also depend on additional gems (e.g. =mysql=). Some
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
Expand All @@ -17,7 +17,7 @@ and copy the plugins you want to use.

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
extension (=.rb=, =.sh=, etc), and make sure they are =chmod +x='d.
extension (`.rb`, `.sh`, etc), and make sure they are `chmod +x`'d.
Extensions are unfortunately necessary for Sensu to be able to directly
exec plugins and handlers on Windows.

Expand Down

0 comments on commit 243a298

Please sign in to comment.