Sign inSign up

eginnovations/agent

By eginnovations

Updated about 22 hours ago

Image
0

100K+

eginnovations/agent repository overview

eginnovations/agent

This is the official docker image for the agent of eginnovations, Inc. https://www.eginnovations.com

Installation

The eginnovations agent can be executed as a container via the following command:

 docker run -d \
	--name egagent --network host --pid=host --ipc=host \
	-v /var/run/docker.sock:/var/run/docker.sock:ro -v /proc/:/host/proc/:ro \
	--env EG_MANAGER={your manager ip here} --env EG_MANAGER_PORT={your eg manager port here} \
	--env EG_MANAGER_SSL={True/False} --env EG_AGENT_IDENTIFIER_ID={your eg key here} --env JVM_MEMORY=512 \
	eginnovations/agent:latest
	

Please update EG_MANAGER & EG_MANAGER_PORT & EG_MANAGER_SSL & EG_AGENT_IDENTIFIER_ID. Once running, the agent log will be available via docker logs egagent.

Documentation

eG monitoring documentation is available at https://www.eginnovations.com/documentation/

Tag summary

Content type

Image

Digest

sha256:8db460296

Size

578.6 MB

Last updated

about 22 hours ago

docker pull eginnovations/agent:7.6.0-beta