Skip to content

Instantly share code, notes, and snippets.

@valentin2105
Created January 17, 2016 21:03
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 valentin2105/ff7f643f1bde9188d6d4 to your computer and use it in GitHub Desktop.
Save valentin2105/ff7f643f1bde9188d6d4 to your computer and use it in GitHub Desktop.
# PLUGINS
# Read metrics about cpu usage
[cpu]
# Whether to report per-cpu stats or not
percpu = true
# Whether to report total system cpu stats or not
totalcpu = true
# Read metrics about disk usage by mount point
[disk]
# no configuration
# Read metrics about disk IO by device
[io]
# no configuration
# Read metrics about memory usage
[mem]
# no configuration
[system]
# no configuration
[swap]
# no configuration
[net]
interfaces = ["eth0"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment