File: netapp-ontap.rules

package info (click to toggle)
prelude-lml 1.0.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,724 kB
  • ctags: 4,520
  • sloc: ansic: 36,137; sh: 11,362; makefile: 253; python: 21
file content (131 lines) | stat: -rw-r--r-- 5,626 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
#####
#
# Copyright (C) 2004 G Ramon Gomez <gene at gomezbrothers dot com>
# All Rights Reserved
#
# This file is part of the Prelude-LML program.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.  If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#
#####

#####
#
# The rules included here were developed using NetApp ONTAP 6.4.4R1 on a
# F820 Filer.  Please report any inconsistencies on other versions to G
# Ramon Gomez at the address provided above
#
#####

#LOG:Jul 22 12:12:57 cahco3 Thu Jul 22 12:09:00 PDT [monitor.globalStatus.nonCritical:warning]: /vol/RanchoFiles is full (using or reserving 98% of space and 6% of inodes).
regex=\[monitor.globalStatus.nonCritical:warning\]: (\S+) is full \(using or reserving (\d+%) of space and (\d+%) of inodes; \
 classification.text=Storage capacity warning; \
 id=3900; \
 revision=1; \
 analyzer(0).name=ONTAP; \
 analyzer(0).manufacturer=NetApp; \
 analyzer(0).class=Storage; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=The storage on volume $1 is either approaching or has reached full capacity.  $2 of available storage and $3 of available inodes have been consumed.; \
 last

#LOG:Jul 15 13:21:04 cahco3 Thu Jul 15 13:17:16 PDT [FastEnet-10/100/e0:warning]: Directory /vol/Imaging/idmds/MAXLIB01/stacks/shelf006/ is getting close to the maxdirsize limit. Please increase the maxdirsize by using the vol option command.
regex=Directory (\S+) is getting close to the maxdirsize limit; \
 classification.text=Storage capacity warning; \
 id=3901; \
 revision=1; \
 analyzer(0).name=ONTAP; \
 analyzer(0).manufacturer=NetApp; \
 analyzer(0).class=Storage; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=The directory $1 is either approaching or has reached full capacity.; \
 last


#LOG:Jul 15 10:55:40 cahco3 Thu Jul 15 10:51:52 PDT [httpd_slowproc:warning]: HTTP Authentication from 12.34.56.78 to realm Administration failed
regex=\[httpd_slowproc:warning\]: HTTP Authentication from ([\d\.]+) to realm \w+ failed; \
 classification.text=Web administration admin login; \
 id=3902; \
 revision=2; \
 analyzer(0).name=ONTAP; \
 analyzer(0).manufacturer=NetApp; \
 analyzer(0).class=Storage; \
 assessment.impact.severity=high; \
 assessment.impact.completion=failed; \
 assessment.impact.type=admin; \
 assessment.impact.description=A failed attempt was made to log into the ONTAP web administration console.; \
 source(0).service.iana_protocol_name=tcp; \
 source(0).service.iana_protocol_number=6; \
 source(0).node.address(0).category=ipv4-addr; \
 source(0).node.address(0).address=$1; \
 target(0).service.iana_protocol_name=tcp; \
 target(0).service.iana_protocol_number=6; \
 target(0).service.name=http; \
 last

#LOG:Jul 15 10:57:55 cahco3 Thu Jul 15 10:54:07 PDT [telnet_0:info]: clark logged in from host: localhost
regex=\[telnet_\d+:info\]: (\S+) logged in from host: ([\w\-\.]+); \
 classification.text=Remote control admin login; \
 id=3903; \
 revision=2; \
 analyzer(0).name=ONTAP; \
 analyzer(0).manufacturer=NetApp; \
 analyzer(0).class=Storage; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=admin; \
 assessment.impact.description=A user logged into the NetApp Filer using telnet.; \
 source(0).service.iana_protocol_name=tcp; \
 source(0).service.iana_protocol_number=6; \
 source(0).node.name=$1; \
 target(0).user.category=os-device; \
 target(0).user.user_id(0).type=target-user; \
 target(0).user.user_id(0).name=$1; \
 target(0).service.iana_protocol_name=tcp; \
 target(0).service.iana_protocol_number=6; \
 target(0).service.name=telnet; \
 last

#LOG:Jul 15 11:20:49 cahco3 Thu Jul 15 11:17:01 PDT [raid.vol.disk.add.done:notice]: Addition of disk 8.64 (S/N 3HZ6YQHN00007433ARFV) to volume Callrec has completed successfully
regex=\[raid.vol.disk.add.done:notice\]: Addition of disk ([\d\.]+) \(S\/N (\S+)\) to volume (\S+) has completed successfully; \
 classification.text=Storage disk added to RAID; \
 id=3904; \
 revision=1; \
 analyzer(0).name=ONTAP; \
 analyzer(0).manufacturer=NetApp; \
 analyzer(0).class=Storage; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Disk $1 with serial $2 was added to volume $3.; \
 last

#LOG:Jul 15 11:39:59 cahco3 Thu Jul 15 11:36:11 PDT [raid.disk.zero.done:notice]: 8.34 (S/N 3FP0H0JE000072074RFP): disk zeroing complete
regex=\[raid.disk.zero.done:notice]: ([\d\.]+) \(S\/N (\S+)\): disk zeroing complete; \
 classification.text=Storage disk zeroed; \
 id=3905; \
 revision=1; \
 analyzer(0).name=ONTAP; \
 analyzer(0).manufacturer=NetApp; \
 analyzer(0).class=Storage; \
 assessment.impact.severity=low; \
 assessment.impact.completion=succeeded; \
 assessment.impact.type=other; \
 assessment.impact.description=Disk $1 with serial $2 was zeroed.; \
 last