Skip to main content

Monitor server status with a healthcheck.

Project description

Monitor server status with a healthcheck. Supports Django 1.10, 1.11 and 2.0.

Installation

To get the latest stable release from PyPi

pip install django-server-status

To get the latest commit from GitHub

pip install -e git+git://github.com/mitodl/django-server-status.git#egg=django-server-status

Add a stanza like this to your settings. Current supported services are ‘REDIS’, ‘ELASTIC_SEARCH’, ‘POSTGRES’, ‘CELERY’.

HEALTH_CHECK = ['REDIS', 'ELASTIC_SEARCH', 'POSTGRES']

Add server_status to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'server_status',
)

Add the server_status URLs to your urls.py

urlpatterns = [
    ...
    url(r'^status/', include('server_status.urls')),
]

Release Notes

0.3: Added status_all property to the status results JSON. 0.2: Support for celery validation. 0.1.1: Included tests 0.1: Initial Release

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-server-status-0.6.0.tar.gz (21.7 kB view details)

Uploaded Source

File details

Details for the file django-server-status-0.6.0.tar.gz.

File metadata

File hashes

Hashes for django-server-status-0.6.0.tar.gz
Algorithm Hash digest
SHA256 1a024240abef942213a12ae7a6986a81b300c6a2d28b43be8f6e778b8a2dd679
MD5 7b1c4e5a96133ccb5169d89a03da9fab
BLAKE2b-256 db2b179b785128ee28fb32fba8edc732e9bce51f88b9454719f47fa5086770e9

See more details on using hashes here.

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