-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrep-files.xml
34 lines (31 loc) · 1.03 KB
/
grep-files.xml
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
<?xml version="1.0" encoding="utf-8"?>
<root>
<refine-log type="plane">
<item>
<filepath>./mmls*</filepath>
</item>
<item desc="mmfs logs files">
<filepath>./mmfs*</filepath>
</item>
<item desc="check for os version">
<filepath>./uname_a</filepath>
</item>
<item desc="dmesg">
<filepath>./dmesg</filepath>
</item>
<item desc="internaldump">
<filepath>./internaldump*</filepath>
<filepath>./internaldump*/internaldump*</filepath>
<filepath>./internaldumps/internaldump*/internaldump*</filepath>
</item>
<item desc="os message">
<filepath>./var/log/message*</filepath>
</item>
<item desc="etc config">
<filepath>./etc/*</filepath>
</item>
<item desc="netstate">
<filepath>./netstat*</filepath>
</item>
</refine-log>
</root>