influxdb-collectd-proxy icon indicating copy to clipboard operation
influxdb-collectd-proxy copied to clipboard

A very simple proxy between collectd and influxdb.

Results 12 influxdb-collectd-proxy issues
Sort by recently updated
recently updated
newest added

I'm trying to get data from collectd to an influxdb but can't connect to the influxdb server via udp, which is why i wanted to use this package. It successfully...

influxdb client has changed github link ``` [root@pe-2 influxdb-collectd-proxy]# make GOPATH=/root/go:`pwd` go get github.com/paulhammond/gocollectd GOPATH=/root/go:`pwd` go get github.com/influxdb/influxdb/client can't load package: package github.com/influxdb/influxdb/client: code in directory /root/go/src/github.com/influxdb/influxdb/client expects import "github.com/influxdata/influxdb/client"...

Does it support influx client v2 ?

Useful when you have a complex graphite-like naming convention for the metrics. Allows you to be consistent with graphite sources for Graphana

I was able to get it built a few days ago, but am unable to build it now no matter what I do. Does anybody have any ideas? root@influxdb-02:~/influxdb-collectd-proxy/influxdb-collectd-proxy# GOPATH=:`pwd`...

As explained on collectd https://collectd.org/wiki/index.php/Data_source

``` $ make GOPATH=:`pwd` go get github.com/paulhammond/gocollectd GOPATH=:`pwd` go get github.com/influxdb/influxdb/client GOPATH=:`pwd` go build -o bin/influxdb-collectd-proxy # _/home/devops/dashboard/influxdb-collectd-proxy ./influxdb-collectd-proxy.go:120: undefined: client.ClientConfig ./influxdb-collectd-proxy.go:142: undefined: client.Series ```

tried to install this, but got the following errors: root@R510-OMV-MEDIA:/tmp# git clone https://github.com/hoonmin/influxdb-collectd-proxy.git Cloning into 'influxdb-collectd-proxy'... remote: Counting objects: 140, done. remote: Total 140 (delta 0), reused 0 (delta 0),...

As the project appears to have pivoted in the direction of using godeps I have updated the makefile to account for this process as well.