Skip to main content

Django application to create availability statistics of web servers

Project description

Django ping-me application

This app has to be integrated into an existing django website.

The purpose of this application is to establish an HTTP connection with a web server list in order to make availability statistics.

Quick start

  1. Add "ping-me" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [  
    ...  
    'django_ping_me',
]
  1. Include the ping-me URLconf in your project urls.py like this:
path('ping-me/', include(('django_ping_me.urls', 'ping_me'))),
  1. Run python manage.py migrate to create models.

  2. Start the development server and visit http://127.0.0.1:8000/ping-me to check if everything is ok.

Override those ugly templates

You can add a templates/ping_me folder in your base application to override default templates.

Have a look on default templates to see how to override them. Keep in mind that some features (like edit or delete a server) use bootstrap popups and AJAX calls.

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-ping-me-0.1.0.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

django_ping_me-0.1.0-py3-none-any.whl (11.7 kB view hashes)

Uploaded 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