Created
June 29, 2017 15:34
-
-
Save itskenny0/4d8c3852f6f7cf059d8a39f74ba92df1 to your computer and use it in GitHub Desktop.
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
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