Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created November 6, 2012 15:05
Show Gist options
  • Save faxm0dem/4025272 to your computer and use it in GitHub Desktop.
Save faxm0dem/4025272 to your computer and use it in GitHub Desktop.
collectd ipmi chain
LoadPlugin "target_set"
<Chain "PreCache">
<Rule "ipmi_temperature">
<Match "regex">
Plugin "^ipmi$"
Type "^temperature$"
TypeInstance "(FCB Ambient1|Dom A FP Temp system_board|Ambient Temp system_board)"
</Match>
<Target "set">
TypeInstance "test"
</Target>
</Rule>
</Chain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment