Metadata-Version: 1.1
Name: syscheck
Version: 0.3.0
Summary: Check the status of various systems
Home-page: https://bitbucket.org/mivade/syscheck
Author: Michael V. DePalatis
Author-email: mike@depalatis.net
License: BSD
Description: syscheck
        ========
        
        A simple dashboard for monitoring the go/no go state of arbitrary
        systems.
        
        To use, create new "checkers" to query a system and return a boolean
        value that indicates if the system is working correctly or if there is
        an error.
        
        A built-in web module is included for creating up-to-date status
        boards viewable with a browser.
        
        Requirements
        ------------
        
        Mandatory dependencies are:
        
        * Tornado_
        * six_
        
        To check a Redis database, tornadis_ is also required.
        
        Documentation
        -------------
        
        Full documentation can be found here__.
        
        __ https://syscheck.readthedocs.org/en/latest/
        
        License
        -------
        
        syscheck is licensed under the BSD license. See the ``LICENSE`` file for
        details.
        
        .. _tornado: http://www.tornadoweb.org/en/stable/
        .. _tornadis: https://github.com/thefab/tornadis
        .. _six: http://pythonhosted.org/six/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: System :: Monitoring
