raintank/snap-plugin-collector-snapstats

snapstats plugin 1000's of open connections to snap api

Closed this issue · 1 comments

the plugin looks to be creating a new connection to the snap API on every run and never closing the connection. This build up of established TCP connections is leading to resource exhaustion on the server.

Fixed by da0f00d