Skip to main content

A Django app to help track system health and give real-time feedback.

Project description

https://badge.fury.io/py/django-health-monitor.png https://travis-ci.org/seanchon/django-health-monitor.png?branch=master https://img.shields.io/codecov/c/github/seanchon/django-health-monitor/master.svg

A Django app to help track the health of a system and give real-time feedback. (CURRENTLY IN DEVELOPMENT)

The application consists of the following components:

  • An API endpoint that allows monitoring scripts to update test results to a unique identifier of an asset.

  • API endpoints for retrieving historical result of an asset.

  • A notification engine allowing customized notifications based on test results.

Documentation

The full documentation is at https://django-health-monitor.readthedocs.org.

Quickstart

django-health-monitor is available on PyPI and can be installed using pip:

$ pip install django-health-monitor

After installing, add 'health_monitor' to INSTALLED_APPS in settings.py.

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package:

History

0.1.0 (2016-11-04)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-health-monitor-0.1.6.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

django_health_monitor-0.1.6-py2.py3-none-any.whl (17.6 kB view hashes)

Uploaded Python 2 Python 3

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