Metadata-Version: 1.0
Name: ratchet-agent
Version: 0.1
Summary: Ratchet.io server-side agent
Home-page: http://github.com/brianr/ratchet-agent
Author: Brian Rue
Author-email: brian@ratchet.io
License: UNKNOWN
Description: ratchet-agent
        =============
        A daemon to monitor log files and push messages to Ratchet.io_.
        
        
        Requirements
        ------------
        ratchet-agent requires:
        
        - A unix-like system (tested on Fedora Linux and Mac OS X)
        - Python 2.6+
        - requests 0.13.1+
        - a Ratchet.io_ account
        
        
        Installation
        ------------
        Install with pip::
        
        pip install ratchet-agent
        
        See Configuration for configuration options to make it actually useful.
        
        Ratchetd comes with an example init.d script, chkconfig compatible and tested on Fedora Linux. To install it, symlink ``ratchet-agent-init.sh`` to ``/etc/init.d/ratchet-agent`` and add to chkconfig::
        
        ln -s /path/to/ratchet-agent/ratchet-agent-init.sh /etc/init.d/ratchet-agent
        chkconfig --add ratchet-agent
        chkconfig on ratchet-agent
        service ratchet-agent start
        
        
        Configuration
        -------------
        Configuration options for ratchet-agent itself are in `ratchet-agent.conf`. If you're using the init script, it has a few of its own configuration variables inside which control how it runs.
        
        **``ratchet-agent.conf``**
        At the bare minimum, you will want to change the following variables:
        
        - ``params.access_token`` -- your Ratchet.io access token
        - ``targets`` -- white-space-separated list of files or directories (non-recursive) to process.
        
        Setting the following variables will enable github integration:
        
        - ``params.root`` -- path to your code root
        - ``params.branch`` -- the current branch
        - ``params.github.account`` -- your github account name
        - ``params.github.repo`` -- your github repo name
        
        Other options are documented in the sample config file.
        
        **``ratchet-agent-init.sh``**
        Configuration variables should be self-explanatory. If you're not using a virtualenv, set ``VIRTUALENV=""``.
        
        
        Contributing
        ------------
        
        Contributions are welcome. The project is hosted on github at http://github.com/brianr/ratchet-agent
        
        
        Additional Help
        ---------------
        If you have any questions, feedback, etc., drop me a line at brian@ratchet.io
        
        
        .. _Ratchet.io: http://ratchet.io/
        .. _`download the zip`: https://github.com/brianr/django_ratchet/zipball/master
        .. _ratchet-agent: http://github.com/brianr/ratchet-agent
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
