Created
August 18, 2015 14:38
-
-
Save jamtur01/475f2b2b40c05c2cb020 to your computer and use it in GitHub Desktop.
This file contains 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
Interval 2 | |
CheckThresholds true | |
CollectInternalStats true | |
LoadPlugin syslog | |
LoadPlugin cpu | |
LoadPlugin df | |
LoadPlugin interface | |
LoadPlugin load | |
LoadPlugin memory | |
LoadPlugin processes | |
LoadPlugin swap | |
LoadPlugin threshold | |
LoadPlugin aggregation | |
LoadPlugin match_regex | |
#LoadPlugin write_riemann | |
LoadPlugin csv | |
<Plugin "csv"> | |
DataDir "/var/lib/collectd/csv" | |
StoreRates true | |
</Plugin> | |
LoadPlugin unixsock | |
<Plugin unixsock> | |
SocketGroup "collectd" | |
SocketPerms "0770" | |
DeleteSocket true | |
</Plugin> |
This file contains 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
<Plugin cpu> | |
ValuesPercentage true | |
ReportByCpu false | |
</Plugin> | |
<Plugin df> | |
MountPoint "/" | |
ValuesPercentage true | |
</Plugin> | |
<Plugin memory> | |
ValuesPercentage true | |
ValuesAbsolute false | |
</Plugin> | |
<Plugin "processes"> | |
Process "collectd" | |
</Plugin> | |
<Plugin "processes"> | |
Process "rsyslogd" | |
</Plugin> | |
<Plugin "swap"> | |
ValuesPercentage true | |
ValuesAbsolute false | |
</Plugin> | |
<Plugin "write_riemann"> | |
<Node "riemanna"> | |
Host "riemanna.lovedthanlost.net" | |
Port "5555" | |
Protocol TCP | |
StoreRates true | |
CheckThresholds true | |
TTLFactor 30.0 | |
Batch false | |
</Node> | |
Tag "collectd" | |
</Plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment