Hi Bill, Before you install OSSEC, just run:
# cd ./src # make setmaxagents 2048 # cd ..; ./install.sh That will increase your maximum number of agents to 2048. There is no hard limit per se, but make sure to set the ulimits if you need more (since each agent means a new FD open). Thanks, On Mon, Aug 9, 2010 at 10:57 PM, x509v3 <[email protected]> wrote: > I see this when I startup: > 2010/08/09 18:34:20 ossec-remoted(4111): INFO: Maximum number of > agents allowed: '256'. > > How can I configure the system to support more remote agents, and > what's the max practical limit? > > Do I just need to purchase a support contract to "unlock" more remote > agents supported? > > Thanks, > > Bill > >
