Skip to main content

Monitor server status with a healthcheck.

Project description

Monitor server status with a healthcheck.

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’.

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 = patterns('',
    ...
    url(r'^status/', include('server_status.urls')),
)

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.1.1.tar.gz (18.6 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-server-status-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c43ebe9c7d53fa7799399151591cb750b0dc3d6daea3497d3c3ec3bc5f2094a0
MD5 903172ad84a02e181d538f0afa596444
BLAKE2b-256 dd5627b1c455e35996c658a1896360c313177e455ac8695859c86b03a9c370a4

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