What is the best way to collect data from a script inside a telelgraf instance?
Hi,
I tend to use the exec plugin with telegraf and then use CURL or REST to push the data into my influx instance.
Other than writing a telegraf plugin to collect the metrics what other ways are there?
Usually there is no need to use curl to send to InfluxDB, so long as the script can be made to write to stdout in one of the supported data formats Telegraf can send it along with the rest of your data.