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
--------------

Recent comments
2 days 3 hours ago
2 days 4 hours ago
6 days 13 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 5 days ago
1 week 5 days ago
2 weeks 1 day ago
2 weeks 4 days ago
3 weeks 1 day ago