Skip to content

konpure/node-agent

 
 

Repository files navigation

node-agent

A monitoring agent that exports network metrics for applications and their downstream dependencies, as well as application startup time metrics.

Build

docker build -t node-agent:latest -f ./docker/Dockerfile .

Deploy

docker run -d --rm \
  -e MY_NODE_NAME="xxxx" \
  -e MY_NODE_IP="192.168.1.xxx" \
  -v /proc:/proc:ro \
  --net=host --pid=host --privileged \
  node-agent:latest

Configuration

Environment Variables:

  • MY_NODE_NAME: Name of the node
  • MY_NODE_IP: IP address of the node

For additional configuration options, please refer to the config.yaml file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.5%
  • Other 1.5%