From 68c73563958c6ffdb21388b60895e8a63952478a Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 20 Mar 2019 12:00:31 +0000 Subject: [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 --- sos.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sos.conf') diff --git a/sos.conf b/sos.conf index d5b5377e..ad15af86 100644 --- a/sos.conf +++ b/sos.conf @@ -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 - -- cgit