Imported Upstream version 2.7
[ossec-hids.git] / doc / manager.txt
1 OSSEC v0.9
2 Copyright (C) 2009 Trend Micro Inc.
3
4
5 How do the server manager the agents.
6
7 -The server will open port 1514 (by default) and listen for
8  messages from the clients. Only the IP of the clients will be
9  allowed.
10
11 -Every 10 minutes, the client will send an status notification
12  to the server. This status message contain some information
13  about the agent system and information about the files it
14  has on the shared directory.
15  
16 -The server will receive the status message, update the agent
17  status file and check if it has any file to be sent to the 
18  agent. If it has, it will connect to the agent and send
19  the file.
20
21 -Every message will be encrypted.