diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2019-03-20 12:00:31 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-20 12:00:31 +0000 |
commit | 68c73563958c6ffdb21388b60895e8a63952478a (patch) | |
tree | 4abe69a7927ba95060a01a00b780b1b7a16dc943 /sos.conf | |
parent | 67f8b673ac457db097f50665d0702573d14b1be1 (diff) | |
download | sos-68c73563958c6ffdb21388b60895e8a63952478a.tar.gz |
[config] update example sos.conf
Remove plugin options that no longer exist, and add more examples
of global sosreport options that may be set in the config file.
Related: #1530
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'sos.conf')
-rw-r--r-- | sos.conf | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,9 +1,11 @@ -[plugins] +[general] +#verbose = 3 +#verify = yes +#batch = yes +#log-size = 15 +[plugins] #disable = rpm, selinux, dovecot [tunables] - #rpm.rpmva = off -#general.syslogsize = 15 - |