Plugin:Carbon

From collectd Wiki
Revision as of 09:17, 16 August 2011 by Tokkee (talk | contribs) (created template)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Carbon plugin
Type: write
Callbacks: write
Status: in development
First version: in development
Copyright: 2010 Gregory Szorc
License: Apache 2.0
Manpage: collectd-python(5)
List of Plugins

The Carbon plugin writes data collected by collectd to Carbon, Graphite's storage engine.

Synopsis

<LoadPlugin "python">
  Globals true
</LoadPlugin>

<Plugin "python">
  ...
</Plugin>

Example graphs

None yet. Add one now!

Caveats

Globals

If using versions 4.9 or 4.10, be sure to load the Python plugin with the Globals option set to true. Otherwise the Carbon module will not work properly. The appropriate configuration for loading the Python plugin is:

<LoadPlugin "python">
  Globals true
</LoadPlugin>

Versions before 4.9 don't support this option; it's possible the Carbon plugin doesn't work with these versions of collectd. Version 5.0 and later will automatically set this flag for the Python plugin, so the above syntax isn't required but still legal.

Dependencies