Skip to content

Instantly share code, notes, and snippets.

@itskenny0
Created June 29, 2017 15:34
Show Gist options
  • Save itskenny0/4d8c3852f6f7cf059d8a39f74ba92df1 to your computer and use it in GitHub Desktop.
Save itskenny0/4d8c3852f6f7cf059d8a39f74ba92df1 to your computer and use it in GitHub Desktop.
FQDNLookup true
LoadPlugin syslog
<Plugin syslog>
LogLevel info
</Plugin>
LoadPlugin cpu
LoadPlugin df
LoadPlugin disk
LoadPlugin entropy
LoadPlugin interface
LoadPlugin irq
LoadPlugin load
LoadPlugin memory
LoadPlugin processes
LoadPlugin swap
LoadPlugin users
LoadPlugin write_graphite
<Plugin df>
FSType rootfs
FSType sysfs
FSType proc
FSType devtmpfs
FSType devpts
FSType tmpfs
FSType fusectl
FSType cgroup
IgnoreSelected true
</Plugin>
<Plugin write_graphite>
<Node "example">
Host "grafana.kenny.cat"
Port "2003"
Protocol "udp"
Prefix "collectd."
StoreRates true
AlwaysAppendDS false
EscapeCharacter "_"
</Node>
</Plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment