practicalmeteor/meteor-isup

Name: meteor-isup

Owner: practicalmeteor

Description: A meteor package that adds a /isup route to verify the app is up and can fetch docs from mongodb. For use with website monitoring tools.

Created: 2015-11-24 01:00:13.0

Updated: 2016-01-14 09:53:31.0

Pushed: 2015-12-30 03:13:09.0

Homepage: https://atmospherejs.com/practicalmeteor/isup

Size: 15

Language: CoffeeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

practicalmeteor:isup

practicalmeteor:isup

Adds a /isup route to verify your app is up and can connect to mongodb.

If successful, returns 'yes' as plain text in the body.

For use with website monitoring tools, such as pingdom.

Implementation

This package creates an isup collection with a single document in it:


sup": "yes"

When called, looks up the document in mongodb and:

License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.