Imported Upstream version 2.7
[ossec-hids.git] / etc / rules / cimserver_rules.xml
1 <!-- @(#) $Id: ./etc/rules/cimserver_rules.xml, 2011/09/08 dcid Exp $
2
3   -  Official Compaq Insight Manager (cimserver) rules for OSSEC.
4   -
5   -  Author: Stephen Kreusch
6   -
7   -  This program is a free software; you can redistribute it
8   -  and/or modify it under the terms of the GNU General Public
9   -  License (version 3) as published by the FSF - Free Software
10   -  Foundation.
11   -
12   -  License details: http://www.ossec.net/en/licensing.html
13   -->
14
15 <group name="syslog,cimserver,">
16   <rule id="9600" level="0" noalert="1">
17     <decoded_as>cimserver</decoded_as>
18     <description>cimserver messages grouped.</description>
19   </rule>
20
21   <rule id="9610" level="5">
22     <if_sid>9600</if_sid>
23     <match>Authentication failed</match>
24     <description>Compaq Insight Manager authentication failure.</description>
25     <group>authentication_failed,</group>
26   </rule> 
27
28   <rule id="9611" level="12">
29     <if_sid>9600</if_sid>
30     <match>Server stopped</match>
31     <description>Compaq Insight Manager stopped.</description>
32     <group>service_availability,</group>
33   </rule> 
34 </group>
35   
36 <!-- EOF -->