Skip to content

Instantly share code, notes, and snippets.

@jyotty
Created June 8, 2010 08:35
Show Gist options
  • Select an option

  • Save jyotty/429763 to your computer and use it in GitHub Desktop.

Select an option

Save jyotty/429763 to your computer and use it in GitHub Desktop.
PreCacheChain "PreCache"
PostCacheChain "PostCache”
<Chain "PreCache">
<Rule "send_iface_to_node">
<Match "regex">
Plugin "^interface$"
Type "^if_octets$"
</Match>
<Target "write">
Plugin "write_http"
</Target>
</Rule>
</Chain>
<Chain "PostCache">
<Target "write">
Plugin "rrdtool"
</Target>
</Chain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment