Skip to main content

A simple reusable application for managing a small orgs governance in a Django application.

Project description

Django Is It Up
==================

Is it up is a fairly straight forward app that takes on the task of checking
web services to see if they are up and running. At the moment, the only goal
is to have it checking http services and sending out emails if an error code
is reached at a specified url.


Install
---------

```
pip install django-isitup
```

Else you could follow whatever procedure you use to install python packakges (easy_install, etc)

Configuration
--------------

Currently there is little to configure. The important part is to wire it up in your django project:

```
INSTALLED_APPS = (
...
'isitup',
...
)
```

In your urls:

```
urlpatterns += patterns('',
...
(r'^<your hook>/', include('isitup.urls')),
...
)
```

Templates (& URLs)
--------------------

All templates go in a 'isitup' directory in your TEMPLATE_DIR:

```
service_list.html (/)

service_create.html (/create/)

service_detail.html (/<slug>/)

service_edit.html (/<slug>/edit/)

```

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-isitup-0.1.4.tar.gz (8.8 kB view hashes)

Uploaded Source

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