Skip to content

Instantly share code, notes, and snippets.

@mfournier
Created April 16, 2016 09:46
Show Gist options
  • Save mfournier/ced6aa70397334af53db1f1b3a77e440 to your computer and use it in GitHub Desktop.
Save mfournier/ced6aa70397334af53db1f1b3a77e440 to your computer and use it in GitHub Desktop.
collectd ipmi precache filter
LoadPlugin target_replace
LoadPlugin ipmi
PreCacheChain "PreCache"
<Chain "PreCache">
<Rule "remove_ipmi_special_chars">
<Match "regex">
Plugin "^ipmi$"
</Match>
<Target "replace">
TypeInstance "\\(" ""
TypeInstance "\\)" ""
</Target>
</Rule>
</Chain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment