zarplata / zabbix-agent-extension-elasticsearch

Zabbix agent extension for monitoring Elasticsearch
35 stars 29 forks source link

deps error #25

Open Olodain opened 5 years ago

Olodain commented 5 years ago

When I try to make , I have an error. Could you please help me for this? Im newbie.

cd /root/zabbix-agent-extension-elasticsearch/.gopath/src/zabbix-agent-extension-elasticsearch; GOPATH=/root/zabbix-agent-extension-elasticsearch/.gopath dep ensure -v /bin/sh: 2: dep: not found Makefile:40: recipe for target 'deps' failed make: *** [deps] Error 127

tears-of-noobs commented 5 years ago

@Olodain Hi. You should install dep https://github.com/golang/dep

grzybniak commented 4 years ago

It works on ubuntu 18.04 apt install go-dep