Metadata-Version: 1.0
Name: replmon
Version: 0.1.1
Summary: A simple MySQL replication monitor
Home-page: https://github.com/scalr-tutorials/replmon
Author: Thomas Orozco
Author-email: thomas@scalr.com
License: Apache 2.0
Description: *******
        replmon
        *******
        
        Replmon is a simple MySQL replication monitor.
        
        -----
        Usage
        -----
        
        First, configure ``/etc/replmon.ini``:
        
        .. code-block:: ini
        
            [mysql]
            user =   MySQL Username
            passwd = MySQL Password
            host =   MySQL Host (leave empty for local unix socket)
            port =   MySQL Port (leave empty for default port)
        
        
        Next, launch replmon:
        
        .. code-block:: bash
        
            $ replmon
        
        
        Replmon is meant to integrate with tools such as monit. See ``./examples``.
        
        ------
        Output
        ------
        
        Replmon will periodically check your MySQL replication status. Each time a check succeeds, Replmon will ``touch``
        the ``/var/replmon.status`` file, so you can monitor changes to this file to know your status.
        
        The check interval is by default 10 seconds.
        
        -------
        License
        -------
        
        See ``LICENSE``.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: System :: Systems Administration
