Skip to content

Instantly share code, notes, and snippets.

@actionjack
Forked from faxm0dem/gist:4059786
Created November 12, 2012 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save actionjack/4059791 to your computer and use it in GitHub Desktop.
Save actionjack/4059791 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