Skip to main content

a pluggable app to monitoring your own infrastructure and third party services.

Project description

# Django Informer

[![wercker status](https://app.wercker.com/status/0d5743ef22b8fe14d2929ec4d987ef0d/s "wercker status")](https://app.wercker.com/project/bykey/0d5743ef22b8fe14d2929ec4d987ef0d)

A pluggable app to monitoring your own infrastructure and third party services.

Detailed documentation is in the "docs" directory.

## Quick start

1.Add "informer" to your INSTALLED_APPS setting like this

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

2.And a list from informers on settings

```
DJANGO_INFORMERS = (
('informer.models', 'DatabaseInformer'),
)
```

3.Include the URLconf in your project urls.py like this

```
url(r'^informer/', include('informer.urls')),
```

4.Run ```python manage.py migrate``` to create the informer models.

5.Start the development server and visit http://127.0.0.1:8000/informer/ to view monitoring results.

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_informer-0.1.4.tar.gz (1.3 MB view hashes)

Uploaded Source

Built Distribution

django_informer-0.1.4-py2.py3-none-any.whl (1.5 MB view hashes)

Uploaded Python 2 Python 3

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