rmelick

Results 5 issues of rmelick

When looking through RawSocketSender to troubleshoot our other issue (see comment on #18), I noticed that RawSocketSender does not handle large events very well in send(). It assumes that flush()...

It would be great if we could easily push all tags for an image. The dockerTag task is nice for tagging them all, but currently dockerPush only pushes the main...

I need to set the --net option on my container started with the docker-run plugin, but cannot since it is not one of the supported options. In general, there are...

It would be awesome if the docker image had more tags than just "latest". How difficult would it be for there to be different tags for different versions? I'm working...

### Relevant telegraf.conf ```toml [global_tags] # Configuration for telegraf agent [agent] ## Default data collection interval for all inputs interval = "10s" ## Log at debug level. debug = true...

bug