And change config to rules_config.xml to:
<!-- @(#) $Id: ./etc/rules/rules_config.xml, 2011/09/08 dcid Exp $
- Rules config.
- Configuration options. This file must always be included, otherwise
- most of the rules will not work properly.
-
- Copyright (C) 2009 Trend Micro Inc.
- All rights reserved.
-
- This program is a free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License (version 2) as published by the FSF - Free Software
- Foundation.
-
- License details:
http://www.ossec.net/en/licensing.html -->
<group name="syslog">
<rule id="01" level="0" noalert="1">
<category>syslog</category>
<description>Generic template for all syslog rules.</description>
</rule>
</group>
<group name="ids">
<rule id="03" level="0" noalert="1">
<category>ids</category>
<description>Generic template for all ids rules.</description>
</rule>
</group>
<group name="windows">
<rule id="06" level="0" noalert="1">
<category>windows</category>
<description>Generic template for all windows rules.</description>
</rule>
</group>
<group name="ossec">
<rule id="07" level="0" noalert="1">
<category>ossec</category>
<description>Generic template for all ossec rules.</description>
</rule>
</group>
<!-- EOF -->
Restart ossec
Thanks for help!