django-isitup

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

django-isitup Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Colin Powell
  • Publisher web site:
  • http://onecardinal.com

django-isitup Tags


django-isitup Description

django-isitup is a fairly straight forward Django 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.Installpip install django-isitupElse you could follow whatever procedure you use to install python packakges (easy_install, etc).ConfigurationCurrently 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'^/', 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/)=Product's homepage


django-isitup Related Software