aboutsummaryrefslogtreecommitdiffstats
path: root/man/en/sos.conf.5
blob: b40a48e10308b80ee0e29c209b658fedba05c7ee (plain) (blame)
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
.TH "sos.conf" "5" "SOSREPORT" "sosreport configuration file"
.SH NAME
sos.conf \- sosreport configuration
.SH DESCRIPTION
.sp
sosreport uses a configuration file at /etc/sos.conf.
.SH PARAMETERS
.sp
There are two sections in the sosreport configuration file:
plugins, and tunables. Options are set using 'ini'-style
\fBname = value\fP pairs.

Some options accept a comma separated list of values.

.TP
\fB[plugins]\fP
disable Comma separated list of plugins to disable.
.TP
\fB[tunables]\fP
plugin.option Alter available options for defined plugin.
.SH EXAMPLES
To disable the 'general' and 'filesys' plugins:
.LP
[plugins]
.br
disable = general, filesys
.sp
To disable rpm package verification in the RPM plugin:
.LP
[tunables]
.br
rpm.rpmva = off
.br
.SH FILES
.sp
/etc/sos.conf
.SH SEE ALSO
.sp
sosreport(1)