Difference between revisions of "How to Install Agent on ZeroShell"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "1. Download statically built agent binary for x86 platform (http://www.netxms.org/download/agent_packages/nxagent-1.2.7-linux-x86-static.tar.gz for version 1.2.7). 2. Extract...")
(No difference)

Revision as of 16:10, 19 May 2013

1. Download statically built agent binary for x86 platform (http://www.netxms.org/download/agent_packages/nxagent-1.2.7-linux-x86-static.tar.gz for version 1.2.7).

2. Extract file nxagentd from archive and put it to /DB (or any other persistent location) on device.

3. Create configuration file nxagentd.conf in /Database/etc.

4. Add line

/DB/nxagentd -d

to the end of post-boot script. Make sure that post-boot script is enabled.

5. Run agent manually or reboot device.