Reply to comment

How to prepare the package and install into production environment without compilation.

cd src make all make build this will build server by default or make setagent make all make build this will build agent side code then tar, then you can use uncomment USER_BINARYINSTALL in file etc/preloaded-vars.conf # If USER_BINARYINSTALL is set, the installation # is not going to compile the code, but use the # binaries from ./bin/ USER_BINARYINSTALL="y" run ./install.sh ---------------- Also udp 1514 need to be open on the server side. ---------------- Note:  You first need to add this agent to the server so they    can communicate with each other. When you have done so,    you can run the 'manage_agents' tool to import the    authentication key from the server.    /var/ossec/bin/manage_agents --------------

Reply

  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post PHP code. You should include <?php ?> tags.

More information about formatting options