perdy / django-status

Django Status is a application for Django projects that provides an API to check the status of some parts and some utilities like ping requests.
Other
17 stars 6 forks source link

Add root view for routing to single check providers #1

Closed mbarrientos closed 8 years ago

mbarrientos commented 8 years ago

This adds a router-like view on "^api/" with simple urls to check providers. It looks like: { celery: "http://localhost:8000/status/api/celery", code: "http://localhost:8000/status/api/code", celery/stats: "http://localhost:8000/status/api/celery/stats", databases/stats: "http://localhost:8000/status/api/databases/stats", ping: "http://localhost:8000/status/api/ping", databases: "http://localhost:8000/status/api/databases", caches: "http://localhost:8000/status/api/caches" }