django-kitsune

A Django Admin app to perform host server monitoring
Download

django-kitsune Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Raul Garreta
  • Publisher web site:
  • http://tryolabs.com

django-kitsune Tags


django-kitsune Description

django-kitsune is a Django Admin app to perform host server monitoring. A control panel will be added to the Admin in order to configure hosts, checks and monitor check results. Notification rules can be defined to notify administrator users by mail. All host shall have access to a common database in order to get information about scheduled jobs and check jobs to run.InstallationTo install Kitsune:1. easy_install django-kitsune or download package and execute python setup.py install2. Add 'kitsune' to the INSTALLED_APPS in your project's settings.py3. Configure cron in every host to run a kitsune management command by running crontab command: * * * * * /path/to/your/project/manage.py kitsune_cronEvery minute cron will run a management command to check pending jobs. Note that both, django-kitsune and your project must be installed in each host, and each host must have access to the common database (where kitsune tables shall be stored).ConfigurationKitsune can be configured via the following parameters, to be defined in your project settings file:- KITSUNE_RENDERERS: List of modules that contain renderer classes, eg:: KITSUNE_RENDERERS = .Kitsune comes with a default renderer kitsune.renderers.KitsuneJobRenderer.Product's homepage


django-kitsune Related Software