Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created November 12, 2012 14:43
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save faxm0dem/4059786 to your computer and use it in GitHub Desktop.
collectd unquote filter
<Chain PreCache>
<Rule unquote>
<Match regex>
Plugin "^GenericJMX$"
</Match>
<Target replace>
PluginInstance "\"" ""
</Target>
</Rule>
</Chain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment