Metadata-Version: 1.0
Name: aws.windowsplonecluster
Version: 0.8
Summary: A super script to control a zope/apache/pound/squid cluster for windows
Home-page: https://github.com/yboussard/aws.windowsplonecluster
Author: Youenn Boussard
Author-email: youenn.boussard@alterway.fr
License: GPL
Description: .. -*- coding: utf-8 -*-
        
        
        .. aws.windowsplonecluster documentation master file, created by
           sphinx-quickstart on Wed Apr 20 11:10:55 2011.
           You can adapt this file completely to your liking, but it should at least
           contain the root `toctree` directive.
        
        aws.windowsplonecluster
        =======================
        
        **GOAL**: have a supervisor alternative on Windows systems.
        
        It allows you to:
        
         - QOS restart, stop  zeoclients with a load balancing (for the moment only pound is implemented).
                   
                  * During a reboot of a zeoclient, it is first out of the pool distribution, then restart, and check then if it's ok it back into the pool.
        
                  * Users continue to browse the site . You can restarting all zeoclients this cluster. The site is always available during the reboot modulo the restart of the load balancer (two pool of zeoclients are configured)
        
         - To purge reverse proxy cache (for now only squid is implemented)
        
         - To monitor the cluster (test url, reporting access times, sending mail if critical event, monitoring memory)
        
         - To analyze the logs (as regular expressions) to search across the logs of all machines at once.
        
         - To repair a cluster when a critical event is detected (monitoring memory error on 500 test url, log file) -> + restart email alert component.
        
         - To rotate log of all the log files present on the cluster.
        
        
        Changelog
        =========
        
        0.8 (2011-10-07)
        ----------------
        
        - Add some docs
        - Trace when ping failed
        
        
        
        0.7 (2011-10-07)
        ----------------
        
        - Nothing changed yet.
        
        
        0.6 (2011-06-17)
        ----------------
        
        - Add zca for checking service
        
        
        0.5 (2011-06-17)
        ----------------
        
        * Initial release
        
        
Keywords: windows service pound zope
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
