Metadata-Version: 1.1
Name: django-cron-monitor
Version: 1.0.0
Summary: Cron monitor script and dashboard
Home-page: http://pypi.python.org/pypi/django-cron-monitor/
Author: Alex Irpan
Author-email: alexirpan@berkeley.edu
License: LICENSE.TXT
Description: ===================
        Django Cron Monitor
        ===================
        
        Django Cron Monitor is a Django app that provides a web dashboard and script for monitoring arbitrary cron jobs. It is intended for use on a Unix environment.
        
        More detailed documentation and set-up are in the "docs/html" directory.
        
        Features
        ============
        * Tracks the start time, run time, and exit codes of commands
        * Color codes output based on whether it is from standard out or standard error
        * Can send email based on a job's exit code and standard error output
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
