Metadata-Version: 1.1
Name: memsql-collectd
Version: 0.2.2
Summary: The official MemSQL collectd plugin.
Home-page: http://github.com/memsql/memsql-collectd
Author: MemSQL
Author-email: support@memsql.com
License: LICENSE.txt
Description: ===========
        MemSQL Collectd Plugin
        ===========
        
        This libary implements a MemSQL Ops specific plugin for `collectd`.
        
        Install
        =======
        
        .. code:: bash
        
            pip install memsql-collectd
        
        Then add the following plugin to your collectd configuration[1]_:
        
        .. [1] The collectd config file may be found at /etc/collectd.conf or /etc/collectd/collectd.conf if collectd was installed through a package manager.
        
        .. code:: xml
        
            <LoadPlugin python>
                Globals true
            </LoadPlugin>
        
            <Plugin python>
                Import "memsql_collectd.plugin"
                <Module "memsql_collectd.plugin">
                    TypesDB "/usr/share/collectd/types.db"
                    Host "MASTER AGGREGATOR HOSTNAME/IP_ADDRESS"
                    Port "3306"
                    MemSQLNode True
                </Module>
            </Plugin>
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
