Skip to content

Instantly share code, notes, and snippets.

@ragnard
Created July 26, 2013 14:43
Show Gist options
  • Save ragnard/6089398 to your computer and use it in GitHub Desktop.
Save ragnard/6089398 to your computer and use it in GitHub Desktop.
Riemann collectd
FQDNLookup true
Hostname "localhost"
Interval 5
LoadPlugin syslog
<Plugin syslog>
LogLevel info
</Plugin>
LoadPlugin cpu
LoadPlugin df
LoadPlugin disk
LoadPlugin entropy
LoadPlugin interface
LoadPlugin irq
LoadPlugin load
LoadPlugin memory
LoadPlugin network
LoadPlugin processes
LoadPlugin rrdtool
LoadPlugin swap
LoadPlugin users
LoadPlugin write_riemann
<Plugin "write_riemann">
<Node "localhost">
Host "127.0.0.1"
Port "5555"
Protocol UDP
StoreRates true
AlwaysAppendDS false
TTLFactor 2.0
</Node>
Tag "collectd"
</Plugin>
@ralph-tice
Copy link

Thanks for this, I ended up taking out rrdtool since riemann can do more aggregation before persisting to graphite or whatever other backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment