julianespinel / stockreader

Read stock data from the US stock market.
29 stars 10 forks source link

Send collectd data to influxdb #16

Closed julianespinel closed 8 years ago

julianespinel commented 8 years ago

https://docs.influxdata.com/influxdb/v1.0/tools/collectd

julianespinel commented 8 years ago

In docker-compose.yml -> influxdb -> ports Tell docker to expose the port 25826 by UDP by doing: "25826:25826/udp"

If you forget the word UDP the following willl happen:

  1. Docker will expose the port as TCP
  2. Collectd sends the data by UDP
  3. InfluxDB won't be able to get the data