Continuosly reading data from sybase db into influxdb

Hello,

I have some measurements which are written in to a sybase db by an existing monitoring system. I like to read them from there into influxdb, e.g. every minute.

What is the best way to do that? telegraf exec?

@burned How do you normally interface with the sysbase db? If it exposes an API you might want to pull it from there. You could also get the clients to write to two different locations and not have to deal with sysbase at all.

If you use a cli to connect to sysbase then the telegraf [[inputs.exec]] would be a really easy way to do that.