bearstech / localstatsd

statsd proxy, for authentication and security
1 stars 0 forks source link

project status? #1

Open timotheecour opened 5 years ago

timotheecour commented 5 years ago

Hi, I was looking for a similar solution to connect securely to a remote statsd server and found your project; I see it hasn't got activity in 4 years and tagged as "first POC" ; what's the status of this project? my intended use is:

would that work? is that the best approach you'd recommend today?

EDIT: I've settled for using socat instead

athoune commented 5 years ago

Now, we are using Influxdb and telegraf. So we are using statsd as an agent, on every server, listening something private (localhost or Docker subnetwork). The agent talks to the central storage, trhought a secure and authenticated connection (https for influxdb).

Persistant ssh tunnel is a bad idea.