webdes03 / Fitbit-Telegraf

2 stars 2 forks source link

Non-Docker implementation #1

Closed modem7 closed 4 years ago

modem7 commented 4 years ago

Heya,

I've managed to get everything working except the last couple of steps.

I suspect because I don't have docker and my telegraf instance is running as a locally running daemon, the conf + JSON file needs to be different.

When I import the JSON, there are no variables listed, no data collector or database fields available. Are you able to share the dashboard on Grafana so I can try importing it that way?

Unsure where to proceed in this case! Are you able to assist?

Thanks!

webdes03 commented 4 years ago

The only advice I can offer is to break it into two steps. Run the fitbit script by itself and confirm that it's actually running as intended before you get into executing it with telegraf. You'll have to set the correct path in the fitbit script, as well as build out the rest of the telegraf config. The example only covers the script input, not the output communication to influxdb.

modem7 commented 4 years ago

Have moved onto other projects. Will close the issue unless someone else is interested in this functionality