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[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>
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>
Project details
Release history Release notifications | RSS feed
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.2.6.tar.gz
(11.8 kB
view details)
File details
Details for the file memsql-collectd-0.2.6.tar.gz
.
File metadata
- Download URL: memsql-collectd-0.2.6.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a865cc71f593d8557476fdbceda4f909ac66d03dc2552fe30d456e061933496 |
|
MD5 | 3d0c42acae0c4b8265a5957837851d49 |
|
BLAKE2b-256 | 1d9ddb7c48b5fc59488b775b4dcb607a4153303fd43601cb870d1f1393904847 |