django-ping icon indicating copy to clipboard operation
django-ping copied to clipboard

Django Ping is utility that provides a lightweight endpoint for availability and uptime monitoring services. It also provides hooks for testing stack components and reporting them via JSON.

Results 12 django-ping issues
Sort by recently updated
recently updated
newest added

This pull request combines both of external branches that fix Django 1.9 support. The `rizmu` branch has the most features, while the `develop` has other fixes. In turn this hurts...

Hi, thanks for this lib! Would be glad to use it, but it fails with this exception ``` File "/vagrant/myporj/urls.py", line 43, in url(r'^ping/', include('ping.urls')), File "/usr/local/lib/python2.7/dist-packages/django/conf/urls/__init__.py", line 52, in...

The app was crashing in Django 1.8 due to some deprecated things, those are the minimum needed changes to make it run.

This includes all the lint, django1.6, django1.7 and an enhanced `check_user_exists` checker for easiest merging.

This also includes @sebslomski 's 1.6 work, I suggest merging the flake first.

- [x] Provide Check Class - [x] Convert default checks to Class based - [x] Support for checks as methods or Classes - [ ] Add Celery class based check...