{"id":23201579,"url":"https://github.com/mitodl/django-server-status","last_synced_at":"2025-08-18T23:33:20.695Z","repository":{"id":46232308,"uuid":"49676866","full_name":"mitodl/django-server-status","owner":"mitodl","description":"Monitor server status for health checks.","archived":false,"fork":false,"pushed_at":"2023-10-20T13:38:08.000Z","size":77,"stargazers_count":8,"open_issues_count":12,"forks_count":0,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-12-08T18:08:09.606Z","etag":null,"topics":["django"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitodl.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-14T21:38:00.000Z","updated_at":"2022-02-13T10:56:46.000Z","dependencies_parsed_at":"2024-06-19T13:40:07.582Z","dependency_job_id":null,"html_url":"https://github.com/mitodl/django-server-status","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitodl%2Fdjango-server-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitodl%2Fdjango-server-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitodl%2Fdjango-server-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitodl%2Fdjango-server-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitodl","download_url":"https://codeload.github.com/mitodl/django-server-status/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230292713,"owners_count":18203650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django"],"created_at":"2024-12-18T15:15:55.111Z","updated_at":"2024-12-18T15:15:55.687Z","avatar_url":"https://github.com/mitodl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitodl%2Fdjango-server-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitodl%2Fdjango-server-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitodl%2Fdjango-server-status/lists"}