Skip to main content

Python eve-healthcheck project

Project description

Build Status Requirements Status Coverage Status

eve-healthcheck is project that servers healthcheck urls used to monitor your application Eve powered RESTful API.

Usage

from eve_healthcheck import EveHealthCheck
...

app = Eve()
hc = EveHealthCheck(app, '/healthcheck')
...

This will add an url /healthckeck that will check database connection like:

{'hostname': 'localhost',
 'results': [{'checker': 'database_check',
              'expires': 1487655119.5796409,
              'output': 'Database OK',
              'passed': True,
              'timestamp': 1487655092.5796409}],
 'status': 'success',
 'timestamp': 1487655092.5820687}

Running tests with tox

Install tox

$ pip install tox

Run tests

tox

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page