GitXplorerGitXplorer
k

replmon

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c035be0d1174aa56bab626f9a7fc864f823da011

Add test support for py26

kkrallin committed 11 years ago
Unverified
38242bc3a1c5b42364d2c2ba7367c7d1eae86668

Add classifiers

kkrallin committed 11 years ago
Unverified
aed278daeeaebe3edad1bc40fb9d47ee9e99ebc6

Add readme.rst

kkrallin committed 11 years ago
Unverified
0e94394fcd1067e3532af743a5f08e7edcb5c9e5

Added url

kkrallin committed 11 years ago
Unverified
fce1e650b9d4e46ff8f6e7ef71c90701a9bd00ff

Add tests + gitignore

kkrallin committed 11 years ago
Unverified
3ac76f75b154bf9dfdcaa72cd24e3df18977eec9

Add a LICENSE

kkrallin committed 11 years ago

README

The README file for this repository.

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.