Skip to content

Commit

Permalink
Reverting checker stuff until I fix the GFM stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
arusahni committed Jun 15, 2016
1 parent bac85cd commit ea3a444
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,6 @@ To use Preflyt, install it :code:`pip install preflyt`, and then invoke it:
print("{checker[checker]}: {message}".format(**result))
Checkers
---------

Out of the box, the following checkers are available.

| Name | Description | Args |
| ------ | ------------- | ------ |
| env | Check environment state | <ul><li><strong>name</strong>: Variable name</li><li><strong>value</strong>: (optional) Variable value</li></ul> |
| dir | Check directory state | <ul><li><strong>path</strong>: Directory path</li><li><strong>present</strong>: (optional, default=True) False if the directory should be absent.</li></ul> |
| file | Check file state | <ul><li><strong>path</strong>: File path</li><li><strong>present</strong>: (optional, default=True) False if the file should be absent.</li></ul> |
| psql | Check PostgreSQL state | <ul><li><strong>host</strong>: (optional, default=localhost) Postgres hostname</li><li><strong>port</strong>: (optional, default=5432) Postgres server port</li><li><strong>dbname</strong>: (optional, default=None) The database name for which to test</li></ul> |
| web | Check web service state | <ul><li><strong>url</strong>: The webservice URL</li><li><strong>statuses</strong>: (optional, default=None) A collection of acceptable status codes (aside from 200).</li></ul> |
Future versions of Preflyt will add additional default checkers while allowing third parties to ship their own.

Philosophy
-------------------------

Expand Down

0 comments on commit ea3a444

Please sign in to comment.