Metadata-Version: 1.1
Name: ludolph
Version: 0.3.1
Summary: Monitoring Jabber Bot
Home-page: https://github.com/erigones/Ludolph/
Author: Erigones
Author-email: erigones [at] erigones.com
License: GPLv3
Description: Ludolph
        #######
        
        Monitoring Jabber Bot with `Zabbix <http://www.zabbix.com>`_ support
        
        Installation Notes
        ------------------
        
         - Install the latest released version using pip::
        
            pip install ludolph
        
         - Make sure all dependencies (listed below) are installed (done automatically when installing via pip)
        
         - Create and edit the configuration file::
        
            cp /usr/lib/python2.7/site-packages/ludolph/ludolph.cfg.example /etc/ludolph.cfg
        
         - The ``ludolph`` command should be installed somewhere in your ``PATH``.
        
         - Init scripts for Debian and RHEL based distributions are also available: https://github.com/erigones/Ludolph/tree/master/init.d
        
        
        **Dependencies:**
         - sleekxmpp (1.1.11+)
         - dnspython (1.10.0+) (or dnspython3 when using Python 3)
         - tabulate (0.4.4+)
        
        
        Links
        -----
        
         - Wiki: https://github.com/erigones/Ludolph/wiki
         - Bug Tracker: https://github.com/erigones/Ludolph/issues
         - Twitter: https://twitter.com/erigones
        
        
        License
        -------
        
        For more information see the `LICENSE <https://github.com/erigones/Ludolph/blob/master/LICENSE>`_ file
        
Platform: Linux
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Utilities
