Open saintaardvark opened 10 years ago
Ah, that build instruction is for people who want to compile check_docker
from source.
As check_docker
user, yes, you can simply go get github.com/newrelic/check_docker
I just fell for this too heh. I didn't notice the "go get" in the readme was different at first. Then spent a few minutes trying to figure out what the hell was going on.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
I think the instructions are slightly incorrect; "go get github.com/newrelic/check_docker" will fetch the go_nagios repo and install the binary in $GOCODE/bin.
(This is my first time building something with Go, so apologies if I've misunderstood something.)
Thanks for the plugin!