Merge branch 'master' of github.com:ffzg/gnt-info
[gnt-info] / telegraf.d / http-8186.conf
1 [[inputs.http_listener]]
2   ## Address and port to host HTTP listener on
3   service_address = "127.0.0.1:8186"
4
5   ## maximum duration before timing out read of the request
6   read_timeout = "10s"
7   ## maximum duration before timing out write of the response
8   write_timeout = "10s"
9
10   ## Maximum allowed http request body size in bytes.
11   ## 0 means to use the default of 536,870,912 bytes (500 mebibytes)
12   max_body_size = 0
13
14   ## Maximum line size allowed to be sent in bytes.
15   ## 0 means to use the default of 65536 bytes (64 kibibytes)
16   max_line_size = 0