You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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), pack-reused 140
Receiving objects: 100% (140/140), 32.09 KiB, done.
Resolving deltas: 100% (73/73), done.
root@R510-OMV-MEDIA:/tmp# cd influxdb-collectd-proxy/
root@R510-OMV-MEDIA:/tmp/influxdb-collectd-proxy# make
GOPATH=:pwd go get github.com/paulhammond/gocollectd
GOPATH=:pwd go get github.com/influxdb/influxdb/client
github.com/influxdb/influxdb/influxql
src/github.com/influxdb/influxdb/influxql/scanner.go:323: method s.s.Scan is not an expression, must be called
src/github.com/influxdb/influxdb/influxql/scanner.go:328: method s.s.ScanRegex is not an expression, must be called
make: *** [get] Error 2
any ideas?
The text was updated successfully, but these errors were encountered:
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), pack-reused 140
Receiving objects: 100% (140/140), 32.09 KiB, done.
Resolving deltas: 100% (73/73), done.
root@R510-OMV-MEDIA:/tmp# cd influxdb-collectd-proxy/
root@R510-OMV-MEDIA:/tmp/influxdb-collectd-proxy# make
GOPATH=:
pwd
go get github.com/paulhammond/gocollectdGOPATH=:
pwd
go get github.com/influxdb/influxdb/clientgithub.com/influxdb/influxdb/influxql
src/github.com/influxdb/influxdb/influxql/scanner.go:323: method s.s.Scan is not an expression, must be called
src/github.com/influxdb/influxdb/influxql/scanner.go:328: method s.s.ScanRegex is not an expression, must be called
make: *** [get] Error 2
any ideas?
The text was updated successfully, but these errors were encountered: