Skip to main content

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

Project description

=====
django-informer
=====

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. Include the URLconf in your project urls.py like this::

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

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

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

Project details


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