Created
April 16, 2016 09:46
-
-
Save mfournier/ced6aa70397334af53db1f1b3a77e440 to your computer and use it in GitHub Desktop.
collectd ipmi precache filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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