On Thu, Jan 14, 2010 at 2:46 AM, Thomas Stather <[email protected]> wrote: > Hi > > > > I have a strange problem with my OSSEC server. It doesn't see the clients > anymore, if i execute list_agents -a i get "no clients available". > However i have 7 clients registered via bin/manage_agents and the show up in > the client.keys as well. If i now delete a client, recreate it and import > the key to the client, it doesn't show up as well. Does somebody have a hint > whats wring here? > > > > > Greets Thomas >
Please check the permissions. Probably should check: $OSSEC_HOME/etc/client.keys (I have: -r--r----- 1 root ossec) $OSSEC_HOME/queue/agent-info (I have: drwxr-xr-x 2 ossecr ossec) There may be more, but I'm not sure at the moment. Also, check to make sure the new clients make it into $OSSEC_HOME/etc/client.keys dan
