{ "info": { "author": "MIT Office of Digital Learning", "author_email": "mitx-devops@mit.edu", "bugtrack_url": null, "classifiers": [], "description": "django-server-status\n====================\n\nMonitor server status with a healthcheck. Supports Django 1.10, 1.11 and 2.0.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-server-status\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/mitodl/django-server-status.git#egg=django-server-status\n\nAdd a stanza like this to your settings. Current supported services are 'REDIS', 'ELASTIC_SEARCH', 'POSTGRES', 'CELERY'.\n\n.. code-block:: python\n\n HEALTH_CHECK = ['REDIS', 'ELASTIC_SEARCH', 'POSTGRES']\n\n\nAdd ``server_status`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'server_status',\n )\n\nAdd the ``server_status`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = [\n ...\n url(r'^status/', include('server_status.urls')),\n ]\n\n\nRelease Notes\n-------------\n\n0.3: Added status_all property to the status results JSON.\n0.2: Support for celery validation.\n0.1.1: Included tests\n0.1: Initial Release\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mitodl/django-server-status", "keywords": "django", "license": "The AGPL License", "maintainer": "", "maintainer_email": "", "name": "django-server-status", "package_url": "https://pypi.org/project/django-server-status/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-server-status/", "project_urls": { "Homepage": "https://github.com/mitodl/django-server-status" }, "release_url": "https://pypi.org/project/django-server-status/0.6.0/", "requires_dist": null, "requires_python": "", "summary": "Monitor server status with a healthcheck.\n", "version": "0.6.0" }, "last_serial": 4304999, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "903172ad84a02e181d538f0afa596444", "sha256": "c43ebe9c7d53fa7799399151591cb750b0dc3d6daea3497d3c3ec3bc5f2094a0" }, "downloads": -1, "filename": "django-server-status-0.1.1.tar.gz", "has_sig": false, "md5_digest": "903172ad84a02e181d538f0afa596444", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18614, "upload_time": "2016-02-05T19:09:18", "url": "https://files.pythonhosted.org/packages/dd/56/27b1c455e35996c658a1896360c313177e455ac8695859c86b03a9c370a4/django-server-status-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "de9bc4850b9e6410d5689c4cfc85ad19", "sha256": "7a029fac6919075e1333cf1f4fd501967553e8bf7c31dafda211c17cb35f989f" }, "downloads": -1, "filename": "django-server-status-0.2.0.tar.gz", "has_sig": false, "md5_digest": "de9bc4850b9e6410d5689c4cfc85ad19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19244, "upload_time": "2016-02-08T19:35:29", "url": "https://files.pythonhosted.org/packages/c3/cb/c3f9c940abd539ece77836d466f83f99519b4bf88c05d7f9d5325c53be29/django-server-status-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "1e08b645809e131d472be3d9e55c527c", "sha256": "25cd8b04be00fcc08fb011f3560b0cdf1843b7c90f59fed4d40fa78aa4527947" }, "downloads": -1, "filename": "django-server-status-0.3.0.tar.gz", "has_sig": false, "md5_digest": "1e08b645809e131d472be3d9e55c527c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19874, "upload_time": "2016-03-10T20:00:03", "url": "https://files.pythonhosted.org/packages/84/61/7241440167593410677c1463a870229ce13e5d0cb450c2e8050ab6e7d3ad/django-server-status-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "94b8dbe08918d450411f1c40d731a818", "sha256": "33bb6bf65c009cdf6bc129f38786ac3b14f0c4811bb5ff05b98ad77ddd61cbad" }, "downloads": -1, "filename": "django-server-status-0.3.1.tar.gz", "has_sig": false, "md5_digest": "94b8dbe08918d450411f1c40d731a818", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19385, "upload_time": "2016-03-18T18:23:34", "url": "https://files.pythonhosted.org/packages/3b/cd/a6e7b67b2e143b489f468780e5a41e1d240aba3926cdc39bb22db5b748b5/django-server-status-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "b780017bf50faa3a2d1ba317b5f51c0e", "sha256": "6dc48ab44ec22e4e50aa51e7bbf6213a41af5d7d19d5212afdba513fbec9dc4b" }, "downloads": -1, "filename": "django-server-status-0.3.2.tar.gz", "has_sig": false, "md5_digest": "b780017bf50faa3a2d1ba317b5f51c0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19954, "upload_time": "2016-03-29T18:49:04", "url": "https://files.pythonhosted.org/packages/05/82/8a43bee80591eee3f7fe06fcbed62c019e35c14c159338b8b61f7caf42bc/django-server-status-0.3.2.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "851b176b554716d23cbba16a0d6113a6", "sha256": "b2fd86482abd83e62a414671e9e002fddf90a911efc15780c5e90ea410bbc14a" }, "downloads": -1, "filename": "django-server-status-0.4.0.tar.gz", "has_sig": false, "md5_digest": "851b176b554716d23cbba16a0d6113a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20083, "upload_time": "2017-07-19T15:23:10", "url": "https://files.pythonhosted.org/packages/26/17/c4162f1f6af5ef88449646890b0a2d965b8a2af419b463d68205b9c8731f/django-server-status-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "12cfaaee790918690255b6f59d0fe0d1", "sha256": "c0e7853f65208fa8596baa6916e4e85e30811fb13839c91bfa95de4c6eeb869d" }, "downloads": -1, "filename": "django-server-status-0.5.0.tar.gz", "has_sig": false, "md5_digest": "12cfaaee790918690255b6f59d0fe0d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20042, "upload_time": "2018-03-02T17:20:22", "url": "https://files.pythonhosted.org/packages/a1/82/422305150602409597a8d2d12452f4daa746248e8d044607d4973c3211dc/django-server-status-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "7b1c4e5a96133ccb5169d89a03da9fab", "sha256": "1a024240abef942213a12ae7a6986a81b300c6a2d28b43be8f6e778b8a2dd679" }, "downloads": -1, "filename": "django-server-status-0.6.0.tar.gz", "has_sig": false, "md5_digest": "7b1c4e5a96133ccb5169d89a03da9fab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21710, "upload_time": "2018-09-24T15:06:38", "url": "https://files.pythonhosted.org/packages/db/2b/179b785128ee28fb32fba8edc732e9bce51f88b9454719f47fa5086770e9/django-server-status-0.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b1c4e5a96133ccb5169d89a03da9fab", "sha256": "1a024240abef942213a12ae7a6986a81b300c6a2d28b43be8f6e778b8a2dd679" }, "downloads": -1, "filename": "django-server-status-0.6.0.tar.gz", "has_sig": false, "md5_digest": "7b1c4e5a96133ccb5169d89a03da9fab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21710, "upload_time": "2018-09-24T15:06:38", "url": "https://files.pythonhosted.org/packages/db/2b/179b785128ee28fb32fba8edc732e9bce51f88b9454719f47fa5086770e9/django-server-status-0.6.0.tar.gz" } ] }