Skip to content

Instantly share code, notes, and snippets.

@ChrisLundquist
Created October 16, 2012 09:14
Show Gist options
  • Save ChrisLundquist/3898224 to your computer and use it in GitHub Desktop.
Save ChrisLundquist/3898224 to your computer and use it in GitHub Desktop.
collectd filter read plugins to certain write plugins
<Rule "to_aggregation">
<Match regex>
Plugin "myplugin"
</Match>
<Target write>
Plugin aggregation
</Target>
</Rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment