Skip to content

Instantly share code, notes, and snippets.

@mowings
Created May 1, 2020 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mowings/5149c57229e60128c61513eea9e96d11 to your computer and use it in GitHub Desktop.
Save mowings/5149c57229e60128c61513eea9e96d11 to your computer and use it in GitHub Desktop.
General collectd.conf config
FQDNLookup false
Interval 10
Timeout 2
ReadThreads 5
WriteThreads 5
LoadPlugin cpu
LoadPlugin memory
LoadPlugin load
LoadPlugin disk
LoadPlugin df
LoadPlugin interface
<Plugin memory>
ValuesPercentage true
</Plugin>
<Plugin df>
ValuesPercentage true
</Plugin>
<Plugin "interface">
Interface "eno1"
</Plugin>
<Include "/etc/collectd/conf.d">
Filter "*.conf"
</Include>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment