-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsosreport-analyzer.conf.example
215 lines (151 loc) · 3.57 KB
/
sosreport-analyzer.conf.example
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
# This is the configuration file for the sosreport-analyzer.
# If you installed this program before, new version will not override.
# Please check /usr/share/sosreport-analyzer/sosreport-nalayzer.conf.example, and
# copy it to /etc/sosreport-analyzer.conf.
#
#
# 'all' echos every line in the file.
# In some items, you can set any item-name.
# Sometimes, certain files are not made by sosreport.
# sosreport-analyzer will stop to analyze when file does not exist.
# In such cases, you can skip the file, setting item-name to 'skip'.
# ex. lsb-release=skip
## date
##
## All you can set is 'all'
date=all
## lsb-release
##
## All you can set is 'all'
lsb-release=all
## uname
##
## All you can set is 'all'
uname=all
## hostname
##
## All you can set is 'all'
hostname=all
## uptime
##
## All you can set is 'all'
uptime=all
## root/anaconda-ks.cfg
##
## All you can set is 'all'
root/anaconda-ks.cfg=all
## dmidecode=<item> ...
##
## Presently, you can set these item-name, 'bios', 'memory' or 'all'
dmidecode=bios memory Smart Firmware firmware
## lsmod= <item> ...
##
## You can set arbitrary item-name including 'all' up to 12
lsmod=Module kvm video
## lspci=<item> ...
##
## You can set arbitrary item-name including 'all' up to 20
lspci=00: 01: 02: 03: 04: 05: 06: 07: 08: 09:
## sos_commands/scsi/lsscsi
##
## All you can set is 'all'
sos_commands/scsi/lsscsi=all
## installed-rpms= <item> ...
##
## You can set arbitrary item-name including 'all' up to 12
installed-rpms=kernel
## df= <item> ...
##
## You can set arbitrary item-name including 'all' up to 2
df=/dev
## vgdisplay
##
## All you can set is 'all'
vgdisplay=all
## free
##
## All you can set is 'all'
free=all
## ip_addr
##
## All you can set is 'all'
ip_addr=all
## route
##
## All you can set is 'all'
route=all
## last
##
## You can set 'username' including 'all' up to 12
## example1 - last= fujiwara
## example2 - last= fujiwara root
## example3 - last= all
last=all
## ps
##
## You can set arbitrary item-name including 'all' upto 12
## ex. ps=java
ps=all
## lsof
##
## You can set arbitrary item-name including 'all' upto 12
## ex. lsof=bash
lsof=bash
## netstat
##
## You can set arbitrary item-name including 'all' upto 12
## ex. netstat= TIME_WAIT
netstat=TIME_WAIT
## etc/kdump.conf
##
## All you can set is 'all'
etc/kdump.conf=all
## etc/sysctl.conf
##
## All you can set is 'all'
etc/sysctl.conf=all
## proc/meminfo
##
## You can set arbitrary item-name including 'all' upto 12
## ex. proc/meminfo=HugePage Hugepages
proc/meminfo=all
## proc/net/dev
##
## All you can set is 'all'
proc/net/dev=all
## proc/net/sockstat
##
## All you can set is 'all'
proc/net/sockstat=all
## proc/interrupts
##
## All you can set is 'all'
proc/interrupts=all
## etc/logrotate.conf
##
## All you can set is 'all'
etc/logrotate.conf=all
## etc/cron.d/
##
## All you can set is 'all'
etc/cron.d/=all
## var/log/messages
##
## You can set arbitrary item-name including 'all' upto 12
## ex. var/log/messages=error
var/log/messages=error
## sos_commands/sysctl_-a
##
## You can set arbitrary item-name including 'all' upto 12
## ex. sos_commands/kernel/sysctl_-a=panic
sos_commands/kernel/sysctl_-a=panic
## sos_commands/logs/journalctl_--no-pager
##
## You can set arbitrary item-name including 'all' upto 12
## ex. sos_commands/logs/journalctl_--no-pager=kdump
sos_commands/logs/journalctl_--no-pager=kdump
## sos_commands/networking/ethtool_-S
##
## You can set arbitrary item-name including 'all' upto 12
## ex. sos_commands/networking/ethtool_-S=error
sos_commands/networking/ethtool_-S=all