Created
March 18, 2017 17:33
-
-
Save theist/49240f1016c70339cd34d694f1952999 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
[global_tags] | |
[agent] | |
interval = "10s" | |
flush_interval = "10s" | |
precision = "" | |
debug = false | |
quiet = false | |
logfile = "" | |
hostname = "" | |
omit_hostname = true | |
[[outputs.file]] | |
files = ["stdout"] | |
data_format = "influx" | |
[[inputs.tcp_listener]] | |
service_address = ":2003" | |
data_format = "graphite" | |
separator = "_" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment