Skip to main content

a simple Django app to send project infomation to server.

Project description

=====
django-monitor-client
=====

django-monitor-client is a simple Django app to send project infomation to server.

Quick start
-----------

1. Add "monitor_client" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'monitor_client',
)

2. Include the django-monitor-client URLconf in your project urls.py like this::

url(r'^monitor_client/v1', include("monitor_client.urls")),
3. Add vars in setting file.
MONITOR_SERVER_PUSH_URL (to post data url)
PROJIECT_DOMAIN (your project domain)

3. Restart your project to register your project.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-monitor-client-0.1.tar.gz (3.5 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