1sos.conf(5)                   File Formats Manual                  sos.conf(5)
2
3
4

NAME

6       sos.conf - sosreport configuration
7

DESCRIPTION

9       sosreport uses a configuration file at /etc/sos.conf.
10

PARAMETERS

12       There  are three sections in the sosreport configuration file: general,
13       plugins and tunables. Options are set using 'ini'-style  name  =  value
14       pairs. Disabling/enabling a boolean option is done the same way like on
15       command line (e.g. process.lsof=off).
16
17       Some options accept a comma separated list of values.
18
19       Using options that dont expect a value  (like  all-logs  or  no-report)
20       will result in enabling those options, regardless of value set.
21
22       Sections are parsed in the ordering:
23       - [general]
24       - [plugins] (disable)
25       - [plugins] (enable)
26       - [tunables]
27
28
29       [general]
30              <option>       Sets  (long)  option  value.  Short options (i.e.
31              z=auto)
32                            are not supported.
33
34       [plugins]
35              disable       Comma separated list of plugins to disable.
36              enable        Comma separated list of plugins to enable.
37
38       [tunables]
39              plugin.option Alter available options for defined plugin.
40

EXAMPLES

42       To use quiet and batch mode with 10 threads:
43
44       [general]
45       batch=yes
46       build=true
47       threads=10
48
49       To disable the 'general' and 'filesys' plugins:
50
51       [plugins]
52       disable = general, filesys
53
54       To disable rpm package verification in the RPM plugin:
55
56       [tunables]
57       rpm.rpmva = off
58

FILES

60       /etc/sos.conf
61

SEE ALSO

63       sosreport(1)
64
65
66
67sosreport configuration file       SOSREPORT                       sos.conf(5)
Impressum