Created
May 3, 2019 08:59
-
-
Save o/ef67554248b8eebc54bb7437dfd9f72f to your computer and use it in GitHub Desktop.
My Telegraf configuration
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
[agent] | |
flush_interval = "10s" | |
flush_jitter = "0s" | |
interval = "10s" | |
round_interval = true | |
[inputs.cpu] | |
percpu = false | |
[inputs.disk] | |
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"] | |
[inputs.diskio] | |
[inputs.kernel] | |
[inputs.linux_sysctl_fs] | |
[inputs.mem] | |
[inputs.net] | |
ignore_protocol_stats = true | |
[inputs.netstat] | |
[inputs.processes] | |
[inputs.swap] | |
[inputs.system] | |
[outputs.graphite] | |
prefix = "telegraf" | |
servers = ["localhost:2003"] | |
template = "host.measurement.tags.field" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment