Created
January 17, 2016 21:03
-
-
Save valentin2105/ff7f643f1bde9188d6d4 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
# 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