diff --git a/README.md b/README.md index c8e400a..8993476 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Minimal required configuration: Edit `conf/agent/nxagentd.conf` to configure the monitoring agent. -Reference: [netxmsd.conf](https://netxms.org/documentation/adminguide/appendix.html#agent-configuration-file-nxagentd-conf). +Reference: [nxagentd.conf](https://netxms.org/documentation/adminguide/appendix.html#agent-configuration-file-nxagentd-conf). Minimal required configuration: @@ -220,5 +220,5 @@ The build system uses APT package pinning to ensure version consistency: **Agent connection problems:** - Check network connectivity between agent and server -- Review agent logs for connection errors +- Review agent logs for connection errors: `docker compose logs agent` - Verify server address in agent configuration diff --git a/deployment-example/compose.yaml b/deployment-example/compose.yaml index 180a169..f1fb953 100644 --- a/deployment-example/compose.yaml +++ b/deployment-example/compose.yaml @@ -29,8 +29,8 @@ services: - ./conf/server/etc-netxms:/etc/netxms - server-var:/var/lib/netxms ports: - - 48920:4701 - - 48921:4703 + - 4701:4701 + - 4703:4703 agent: image: ghcr.io/netxms/agent:${NETXMS_VERSION:?NETXMS_VERSION environment variable is required}