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