Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions deployment-example/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down