Specify the Docker Host Gateway IP on the App Agent

These steps are required only if the App Agent is running in a Docker container outside of the

Docker Host network.

To specify the docker host gateway IP on the app agent:

  1. Open the following file: <app-agent-install-dir>/<version-number>/external-services/netviz/netviz-service.properties. (You might need to unzip external-services/netviz.zip to access this file.)
  2. For the netviz.agent.host.address, specify the Gateway IP of the Docker Host network interface. To determine this IP, enter this command on the Docker host: docker inspect <app_container_name> | grep Gateway
  3. Restart the App Agent.
  4. To determine if the Docker Host network is connected, enter this command from within the container: curl -k -v <host-network-IP>:3892.
    If you receive a response, even if it is 404 Not Found, then the network is connected.