Skip to content

memsql/memsql-collectd

Repository files navigation

This project is deprecated. No support will be offered for this plugin. ====

MemSQL Collectd Plugin

This libary implements a MemSQL Ops specific plugin for collectd.

Install
pip install memsql-collectd

Then add the following plugin to your collectd configuration1:

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

  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.

About

The official MemSQL Ops collectd plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published