~bloodearnest/conn-check/1.5.1

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Tarmac
  • Author(s): Wes Mason
  • Date: 2014-10-29 16:20:19 UTC
  • mfrom: (79.1.10 mongodb)
  • Revision ID: tarmac-20141029162019-g2wcrsq3s5gk32g6
[r=james-w] Add a MongoDB check type

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
    Optional connection timeout in seconds. Default: 10 (or value from ``--connect-timeout``).
204
204
 
205
205
 
 
206
mongodb
 
207
```````
 
208
 
 
209
Check that a MongoDB server is present (`mongo` also works).
 
210
 
 
211
host
 
212
    The host.
 
213
 
 
214
port
 
215
    Optional port. Default: 27017.
 
216
 
 
217
username
 
218
    Optional username to authenticate with.
 
219
 
 
220
password
 
221
    Optional password to authenticate with.
 
222
 
 
223
database
 
224
    Optional database name to connect to, if not set the ``test`` database will be used,
 
225
    if this database does not exist (or is not available to the user) you will need to
 
226
    provide a database name.
 
227
 
 
228
timeout
 
229
    Optional connection timeout in seconds. Default: 10 (or value from ``--connect-timeout``).
 
230
 
 
231
 
206
232
Building wheels
207
233
---------------
208
234