Robert
Robert
Yes. I've already worked on the code. My problem is to test it. When I run `make` in `$GOPATH/src/github.com/influxdata/telegraf`, I dont get any executable in `$GOPATH/bin` Who can I contact...
`./telegraf --config ...` this one worked quite well! Thanks. The code is running. And I get the metrics with stdout on my host, when I am listening on the virtual...
May I should explain my setup. Telegraf is running in a virtual machine, but the influxdb is placed on the host. To send the metrics from the guest environment to...
Yes that sounds good. So my colleague and me had an idea, we want that multiple VM of the same tenant can write their metrics to the same influxdb. To...
Exactly I am using that. `conn.RemoteAddr()` ... I will try this out. > I'd like the vsock support added in the socket_writer and socket_listener directly ... sounds good. I just...
Am I right when I think that I've got to use a service_input plugin? Or is it possible with a normal input plugin as well? The service_input plugin seemes to...
> Hi @alrob9894 were you able to find a solution to the problem? Did you end up modifying an existing telegraf plugin to get what you need? Yes I found...
Do you want to have this beeing integrated to the socket_writer/socket_listener plugins or as a standalone plugin?
Hi, quick question regarding how you want the URL for the vsock connection to be represented in the _sample.conf_, my suggestion would be this: #address = "vsock://cid:port" as it follows...