On Fri, Oct 28, 2011 at 1:57 AM, Gregory Szorc <span dir="ltr"><<a href="mailto:gregory.szorc@gmail.com">gregory.szorc@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Cool! You may be interested in my similar Python plugin. Mine initially had a very similar feature set as yours, but GitHub pull requests have slowly trickled in with new features, including deriving values. Feel free to reference/copy the ideas! <a href="https://github.com/indygreg/collectd-carbon" target="_blank">https://github.com/indygreg/collectd-carbon</a><br>

</blockquote><div><br>Thanks, Greg! I started with your plugin and moved to a compiled solution because python wasn't available on some of the hosts I am monitoring. Your work was a big help to me and a great source of inspiration.<br>

<br>I'm curious why you added the ability to send derived values to carbon. That feels contrary to the "Graphite way" of doing things, since derivative() and nonNegativeDerivative() provide the same functionality.<br>

<br>-Scott<br></div></div>