forked from affanse/sosreport-analyzer-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsosreport-analyzer.conf.example
281 lines (196 loc) · 4.8 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
# This is the configuration file for the sosreport-analyzer.
# If you have installed this program before, new version will not override.
# Please check /usr/share/sosreport-analyzer/sosreport-analyzer.conf.example, and
# copy it as /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: 7f 80 driver modules
## sos_commands/scsi/lsscsi
##
## All you can set is 'all'
sos_commands/scsi/lsscsi=all
## devices/udevadm_info_--export-db=<item> ...
##
## You can set arbitrary item-name including 'all' up to 12
sos_commands/devices/udevadm_info_--export-db=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' up to 12
## ex. ps=java
ps=all
## lsof
##
## You can set arbitrary item-name including 'all' up to 12
## ex. lsof=bash
lsof=bash
## netstat
##
## You can set arbitrary item-name including 'all' up to 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
## etc/sysconfig/network-scripts/ifcfg-
##
## All you can set is 'all'
etc/sysconfig/network-scripts/ifcfg-=all
## sos_commands/boot/
##
## You can set arbitrary item-name including 'all' up to 12
## ex. sos_commands/boot/=all
sos_commands/boot/=all
## proc/meminfo
##
## You can set arbitrary item-name including 'all' up to 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/pki/
##
## All you can set is 'all'
etc/pki/=all
## etc/cron.d/
##
## All you can set is 'all'
etc/cron.d/=all
## var/log/secure
##
## You can set arbitrary item-name including 'all' up to 12
## ex. var/log/secure=su:session failure
var/log/secure=su:session failure
## var/log/audit/
##
## You can set arbitrary item-name including 'all' up to 12
## ex. var/log/audit/=denied
var/log/audit/=denied
## var/log/dmesg
##
## All you can set is 'all'
var/log/dmesg=all
## var/log/messages
##
## You can set arbitrary item-name including 'all' up to 12
## ex. var/log/messages=error
var/log/messages=error WARNING dump_stack
## sos_commands/sysctl_-a
##
## You can set arbitrary item-name including 'all' up to 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' up to 12
## ex. sos_commands/logs/journalctl_--no-pager=kdump
sos_commands/logs/journalctl_--no-pager=kdump WARNING dump_stack
## sos_commands/networking/ethtool_-S
##
## You can set arbitrary item-name including 'all' up to 12
## ex. sos_commands/networking/ethtool_-S=error
sos_commands/networking/ethtool_-S=all
## sos_commands/networking/ethtool_-i
##
## You can set arbitrary item-name including 'all' up to 12
## ex. sos_commands/networking/ethtool_-i=firmware
sos_commands/networking/ethtool_-i=all
## etc/httpd/
##
## All you can set is 'all'
etc/httpd/=all
## proc/
##
## You can set arbitrary item-name including 'all' up to 12
## ex. proc/=all
proc/=all