The agent is a simple application that collects network related information from a host and sends it to designated network checker server end point.
agent -v=5 -alsologtostderr=true -serverendopoint=0.0.0.0:8888 -reportinterval=5
Build static binary inside of intermediate build container:
make build-containerized
Prepare docker image:
make build-image
Run tests inside intermediate container:
export DOCKER_BUILD=yes; make unit