Skip to main content

The official MemSQL collectd plugin.

Project 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:

.. 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>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memsql-collectd-0.0.2.tar.gz (8.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page