Greetings:
RE:
http://www.ossec.net/main/manual/centralized-config/ as it
relates to future versions.
It would be nice to be able to tell ossec more information about the
agent on the ossec server.
For instance, agent 2 is a Unix web server that runs mysql; and agent
3 is a Windows web server, and agent 4 is a web server that also runs
email services.
Then one could do
<agent_config type="Unix_Web">
</agent_config>
<agent_config type="Email_Server">
</agent_config>
And so on.
Thank you.