Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created November 12, 2012 14:43
Show Gist options
  • Save faxm0dem/4059786 to your computer and use it in GitHub Desktop.
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