On Wed, Feb 14, 2018 at 3:09 PM, <[email protected]> wrote: > The latest: 2.9.3. Is this too new? I've noticed discrepancies between tis > version and some of the docs. Is there a specific version number that is > 'easiest to use'? > > Also, there are additional instructions at > http://ossec-docs.readthedocs.io/en/latest/manual/installation/installation-binary.html
More current (although still out of date) documentation is at https://ossec.github.io. Read the docs has been problematic, and I haven't really tried to figure out why it fails. > and in the INSTALL file in the root directory it has addition instructions > (presumable last updated for 2.9.2) for a binary installation under 'By Hand > Installation', but I have not done any of those things. Just make > TARGET=server SETMAXAGENTS=n. > So if I understand correctly, you did `make TARGET=server SETMAXAGENTS=9999` then when that was done you ran `install.sh`? I don't think that'll work the way you want it to. When I want to set some of the options during `install.sh` I usually use something like: # env SETMAXAGENTS=9999 USE_ZEROMQ=y ./install.sh This passes the environment variables to the script for me, to make sure the right options are being used. > > On Wednesday, February 14, 2018 at 11:26:50 AM UTC-8, [email protected] > wrote: >> >> I noticed that I am able to successfully compile the source (with the >> target specified), and it reports that the new SETMAXAGENTS value is >> correct. However, when I run the installer, it reports the default number >> for SETMAXAGENTS (2048). As far I understand, I should just be able to >> recompile and either use a fresh install, or run the installer again to >> update. Is that correct? >> https://ossec-docs.readthedocs.io/en/latest/faq/ossec.html >> >> Additional question, does the MAXAGENTS need to be set on both the Server >> AND the Agent installations? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
