add backwards-compatability for 'plugins', remove [inputs] and [outputs] headers
This commit is contained in:
4
internal/config/testdata/telegraf-agent.toml
vendored
4
internal/config/testdata/telegraf-agent.toml
vendored
@@ -39,8 +39,6 @@
|
||||
# OUTPUTS #
|
||||
###############################################################################
|
||||
|
||||
[outputs]
|
||||
|
||||
# Configuration for influxdb server to send metrics to
|
||||
[[outputs.influxdb]]
|
||||
# The full HTTP endpoint URL for your InfluxDB instance
|
||||
@@ -70,8 +68,6 @@
|
||||
# PLUGINS #
|
||||
###############################################################################
|
||||
|
||||
[inputs]
|
||||
|
||||
# Read Apache status information (mod_status)
|
||||
[[inputs.apache]]
|
||||
# An array of Apache status URI to gather stats.
|
||||
|
||||
Reference in New Issue
Block a user