sos.conf (5) Linux Manual Page
sos.conf – sosreport configuration
Description
sosreport uses a configuration file at /etc/sos.conf.
Parameters
There are two sections in the sosreport configuration file: plugins, and tunables. Options are set using ‘ini’-style name = value pairs.
Some options accept a comma separated list of values.
[plugins]- disable Comma separated list of plugins to disable.
[tunables]- plugin.option Alter available options for defined plugin.
Examples
To disable the ‘general’ and ‘filesys’ plugins:
[plugins]
disable = general, filesys
To disable rpm package verification in the RPM plugin:
[tunables]
rpm.rpmva = off
Files
/etc/sos.conf
See Also
sosreport(1)
