Metadata-Version: 1.0
Name: haufe.monitoring
Version: 0.1.0
Summary: Zope 2 ZEO Client Watch
Home-page: UNKNOWN
Author: Andreas Jung
Author-email: info@zopyx.com
License: ZPL
Description: Introduction
        ============
        
        A suite of views for monitoring a set of ZEO clients.
        
        Features
        ========
        
        * aggregated view of error_logs
        * aggregated view of instances, #threads, load and VM data size
        
        Installation
        ============
        
        * add ``haufe.monitoring`` to the ``eggs`` and ``zcml`` options of your buildout.cfg
        * visit the @@monitor view (http://your-site:port/@@monitor)
        
        Warning
        =======
        
        * There might be open security issues with this module. Please use it for testing or on internal
        servers only. Use it at your own risk.
        
        Todo
        ====
        
        * tighten security
        * deal with ZEO client zombies
        * add restart/shutdown code
        * support haufe.ztop
        
        
        Author
        ======
        Andreas Jung & others, Haufe Mediengruppe
        
        
        
        Changelog
        =========
        
        0.1.0 (2009/09/15)
        ------------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
